MessageCreateRequest.ReturnCreatedIdentifiers Property

Definition

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

Applies to