Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the account ID.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AccountId As Guid
Get
'Usage
Dim instance As SPMobileMessagingAccount
Dim value As Guid
value = instance.AccountId
public Guid AccountId { get; }
Property Value
Type: System.Guid
The ID of the account.
See Also
Reference
SPMobileMessagingAccount Class