Gets a value indicating if the user is the account's primary user. Only 1 user can be marked as IsPrimary.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsPrimary { get; }
Public ReadOnly Property IsPrimary As Boolean
Get
public:
property bool IsPrimary {
bool get ();
}
member IsPrimary : bool with get
Property Value
Type:
Boolean
See Also