User.MicrosoftOnlineServicesID property
Gets or sets the ID of the Microsoft Online Services.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property MicrosoftOnlineServicesID As SmtpAddress
Get
Set
'Usage
Dim instance As User
Dim value As SmtpAddress
value = instance.MicrosoftOnlineServicesID
instance.MicrosoftOnlineServicesID = value
public SmtpAddress MicrosoftOnlineServicesID { get; set; }
Property value
Type: Microsoft.Exchange.Data.SmtpAddress
The ID of the Microsoft Online Services.
Remarks
This property is an alias for the WindowsLiveID property.