EntityMembersCreateRequest.ReturnCreatedIdentifiers Property

Definition

Specifies a flag indicating whether or not to return the identifiers of created members

public:
 property bool ReturnCreatedIdentifiers { bool get(); void set(bool value); };
[System.ServiceModel.MessageBodyMember]
public bool ReturnCreatedIdentifiers { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.ReturnCreatedIdentifiers : bool with get, set
Public Property ReturnCreatedIdentifiers As Boolean

Property Value

true if the object returned with the newly generated ID; otherwise, false.

Attributes

Applies to