Свойство Subject
Gets or sets the subject of the certificate.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Subject As String
Get
Set
'Применение
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)
Значение свойства
Тип System. . :: . .String
A String value that specifies the subject of the certificate.
См. также