AcceptedDomain.LiveIdInstanceType property
Gets a value that indicates the type of Microsoft account associated with the domain.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property LiveIdInstanceType As Nullable(Of LiveIdInstanceType)
Get
'Usage
Dim instance As AcceptedDomain
Dim value As Nullable(Of LiveIdInstanceType)
value = instance.LiveIdInstanceType
public Nullable<LiveIdInstanceType> LiveIdInstanceType { get; }
Property value
Type: System.Nullable<LiveIdInstanceType>
An enumeration value that indicates the type of Microsoft account.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace