SPMobileMessagingAccount.AccountId Property
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