Gets or sets if the field is a hider.
Namespace: NReflect.NRMembersAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public bool IsHider { get; set; }
public bool IsHider { get; set; }
Public Property IsHider As Boolean
Get
Set
Public Property IsHider As Boolean
Get
Set
public:
property bool IsHider {
bool get ();
void set (bool value);
}
public:
property bool IsHider {
bool get ();
void set (bool value);
}