MessageCreateRequest.ReturnCreatedIdentifiers Property
Gets or sets a value indicating whether the object should be returned with the newly generated ID.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property ReturnCreatedIdentifiers As Boolean
Get
Set
'Usage
Dim instance As MessageCreateRequest
Dim value As Boolean
value = instance.ReturnCreatedIdentifiers
instance.ReturnCreatedIdentifiers = value
[MessageBodyMemberAttribute]
public bool ReturnCreatedIdentifiers { get; set; }
[MessageBodyMemberAttribute]
public:
property bool ReturnCreatedIdentifiers {
bool get ();
void set (bool value);
}
[<MessageBodyMemberAttribute>]
member ReturnCreatedIdentifiers : bool with get, set
function get ReturnCreatedIdentifiers () : boolean
function set ReturnCreatedIdentifiers (value : boolean)
Property Value
Type: System.Boolean
true if the object should be returned with the newly generated ID; otherwise, false.