Share via


DistributedReplayConfigSettings.UIPassword Property

Definition

Gets or sets the UI password.

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

Property Value

Microsoft.SqlServer.Common.SqlSecureString

The UI password.

Applies to