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