[NotNullAttribute]
string IconName { get; set; }
<NotNullAttribute>
Property IconName As String
Get
Set
[NotNullAttribute]
property String^ IconName {
String^ get ();
void set (String^ value);
}
[<NotNullAttribute>]
abstract IconName : string with get, set