Partager via


Propriété AnnotationsUpdateRequest.Id

Gets or sets the request identifier.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property Id As Integer 
    Get 
    Set
'Utilisation
Dim instance As AnnotationsUpdateRequest 
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)

Valeur de propriété

Type : System.Int32
The request identifier.

Voir aussi

Référence

AnnotationsUpdateRequest Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts