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