Share via


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

SPMobileMessagingAccount members

Microsoft.SharePoint.MobileMessage namespace