Partager via


Propriété AnnotationsDeleteRequest.Id

Gets or sets the identifier of the request.

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 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)

Valeur de propriété

Type : System.Int32
The identifier of the request.

Voir aussi

Référence

AnnotationsDeleteRequest Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts