ZoneIsRestricted Property |
Namespace: ConnectedApps.Cms.Entities.IPDomainRestrictionAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> IsRestricted { get; set; }
Public Property IsRestricted As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> IsRestricted {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsRestricted : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also