Condividi tramite


Proprietà Knowledgebase.Id

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the integer that identifies the knowledgebase.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property Id As Long
    Get
    Set
'Utilizzo
Dim instance As Knowledgebase
Dim value As Long

value = instance.Id

instance.Id = value
[DataMemberAttribute]
public long Id { get; set; }
[DataMemberAttribute]
public:
property long long Id {
    long long get ();
    void set (long long value);
}
[<DataMemberAttribute>]
member Id : int64 with get, set
function get Id () : long
function set Id (value : long)

Valore proprietà

Tipo: System.Int64
The integer that identifies the knowledgebase.

Vedere anche

Riferimento

Knowledgebase Classe

Spazio dei nomi Microsoft.MasterDataServices