IUserProviderDomainId Property |
Gets the unique identifier of the account's primary domain alias.
Namespace: ConnectedApps.Cms.Sdk.FrameworkAssembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxGuid DomainId { get; set; }
Property DomainId As Guid
Get
Set
property Guid DomainId {
Guid get ();
void set (Guid value);
}
abstract DomainId : Guid with get, set
Property Value
Type:
Guid
See Also