Gets a value indicating if the item has membership security policies that require further authorization.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsPrivate { get; }
Public ReadOnly Property IsPrivate As Boolean
Get
public:
property bool IsPrivate {
bool get ();
}
member IsPrivate : bool with get
Property Value
Type:
Boolean
See Also