DomainAliasIsPrimary Property |
If true, indicates the alias is the primary alias on the account.
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