Share via


AnnotationsDeleteRequest.Id Property

Gets or sets the ID of the request.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.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
Integer representing the request.