public string RepresentationStyle { get; set; }Public Property RepresentationStyle As String
Get
Setpublic:
property String^ RepresentationStyle {
String^ get ();
void set (String^ value);
}member RepresentationStyle : string with get, set