ConnectionSettings.Password Property

 

Gets or sets the password credentials that are used in the connection settings.

Namespace:   Microsoft.EnterpriseManagement.Common
Assembly:  Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Syntax

public SecureString Password { get; set; }
public:
property SecureString^ Password {
    SecureString^ get();
    void set(SecureString^ value);
}
member Password : SecureString with get, set
Public Property Password As SecureString

Property Value

Type: System.Security.SecureString

The password.

See Also

ConnectionSettings Class
Microsoft.EnterpriseManagement.Common Namespace

Return to top