Share via


AnnotationsDeleteRequest.Id Property

Gets or sets the identifier of the request.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property Id As Integer 
    Get 
    Set
'Usage
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)

Property Value

Type: System.Int32
The identifier of the request.

See Also

Reference

AnnotationsDeleteRequest Class

Microsoft.MasterDataServices.Services.MessageContracts Namespace