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 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