Freigeben über


ReturnCreatedIdentifiers-Eigenschaft

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)

Eigenschaftswert

Typ: System. . :: . .Boolean
true if the object should be returned with the newly generated ID; otherwise, false.