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