Share via


SPMobileMessagingAccount.Password property

Gets or sets the user’s password for the account.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Password As SecureString
    Get
    Set
'Usage
Dim instance As SPMobileMessagingAccount
Dim value As SecureString

value = instance.Password

instance.Password = value
public SecureString Password { get; set; }

Property value

Type: System.Security.SecureString
The account password.

See also

Reference

SPMobileMessagingAccount class

SPMobileMessagingAccount members

Microsoft.SharePoint.MobileMessage namespace