Serial propriété
Gets the serial number of the certificate.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property Serial As String
Get
'Utilisation
Dim instance As Certificate
Dim value As String
value = instance.Serial
[SfcPropertyAttribute]
public string Serial { get; }
[SfcPropertyAttribute]
public:
property String^ Serial {
String^ get ();
}
[<SfcPropertyAttribute>]
member Serial : string
function get Serial () : String
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the serial number of the certificate.
Voir aussi