PropertyDefinitionIsGlobal Property |
Gets a value indicating if the property is automatically assigned to all entities of PropertyType.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsGlobal { get; }
Public ReadOnly Property IsGlobal As Boolean
Get
public:
property bool IsGlobal {
bool get ();
}
member IsGlobal : bool with get
Property Value
Type:
Boolean
See Also