Gets or sets a SecureString object that contains the password for the user. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As WindowsMonitoringTaskCredentials
Dim value As SecureString

value = instance.Password

instance.Password = value

Syntax

Visual Basic
Public Property Password As SecureString
C#
public SecureString Password { get; set; }
C++
public:
property SecureString^ Password {
		SecureString^ get ();
		void set (SecureString^ value);
}
J#
/** @property */
public SecureString get_Password ()

/** @property */
public void set_Password (SecureString value)
JScript
public function get Password () : SecureString

public function set Password (value : SecureString)

Property Value

Returns a SecureString object that contains the password for the user.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also