Właściwość AnnotationsDeleteRequest.Id
Pobiera lub ustawia identyfikator żądania.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.MessageContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute> _
Public Property Id As Integer
Get
Set
'Użycie
Dim instance As AnnotationsDeleteRequest
Dim value As Integer
value = instance.Id
instance.Id = value
[MessageBodyMemberAttribute]
public int Id { get; set; }
[MessageBodyMemberAttribute]
public:
property int Id {
int get ();
void set (int value);
}
[<MessageBodyMemberAttribute>]
member Id : int with get, set
function get Id () : int
function set Id (value : int)
Wartość właściwości
Typ: System.Int32
Całkowitą reprezentującą żądania.