Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the request identifier.
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 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)
Property Value
Type: System.Int32
The request identifier.
See Also
Reference
AnnotationsUpdateRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace