Share via


ServiceConfigSettings.Password Property

Definition

Gets or sets the password for the service.

public:
 property Microsoft::SqlServer::Common::SqlSecureString ^ Password { Microsoft::SqlServer::Common::SqlSecureString ^ get(); void set(Microsoft::SqlServer::Common::SqlSecureString ^ value); };
public Microsoft.SqlServer.Common.SqlSecureString Password { get; set; }
member this.Password : Microsoft.SqlServer.Common.SqlSecureString with get, set
Public Property Password As SqlSecureString

Property Value

Microsoft.SqlServer.Common.SqlSecureString

The password for the service.

Implements

Applies to