Share via


IServiceConfig.Password Property

Definition

Gets or sets the service password.

public:
 property Microsoft::SqlServer::Common::SqlSecureString ^ Password { Microsoft::SqlServer::Common::SqlSecureString ^ get(); void set(Microsoft::SqlServer::Common::SqlSecureString ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty]
public Microsoft.SqlServer.Common.SqlSecureString Password { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty>]
member this.Password : Microsoft.SqlServer.Common.SqlSecureString with get, set
Public Property Password As SqlSecureString

Property Value

Microsoft.SqlServer.Common.SqlSecureString

The service password.

Attributes

Applies to