MessageCreateRequest.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 the ReturnCreatedIdentifiers for the CreateRequest. Indicates if the object should be returned with the newly generated Id.
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 should be returned with the newly generated identifier; otherwise, false
.
- Attributes