Właściwość Annotation.Id
Pobiera lub ustawia identyfikator unikatowy z Annotation.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property Id As Integer
Get
Set
'Użycie
Dim instance As Annotation
Dim value As Integer
value = instance.Id
instance.Id = value
[DataMemberAttribute]
public int Id { get; set; }
[DataMemberAttribute]
public:
property int Id {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member Id : int with get, set
function get Id () : int
function set Id (value : int)
Wartość właściwości
Typ: System.Int32
A Int32 reprezentujących identyfikator adnotacji.
Zobacz także