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