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