Subject Propiedad
Gets or sets the subject of the certificate.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Subject As String
Get
Set
'Uso
Dim instance As Certificate
Dim value As String
value = instance.Subject
instance.Subject = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string Subject { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ Subject {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member Subject : string with get, set
function get Subject () : String
function set Subject (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the subject of the certificate.
Vea también