ICustomTabSettingIconClass Property
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax int? IconClass { get; set; }
Property IconClass As Integer?
Get
Set
property Nullable<int> IconClass {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract IconClass : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also