EntityMembersMergeRequest.ReturnCreatedIdentifiers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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