Propriété EntityMembersMergeRequest.ReturnCreatedIdentifiers
Gets or sets a value that indicates whether the object should be returned with the newly generated ID.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property ReturnCreatedIdentifiers As Boolean
Get
Set
'Utilisation
Dim instance As EntityMembersMergeRequest
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)
Valeur de propriété
Type : System.Boolean
true if the object returned with the newly generated ID; otherwise, false.
Voir aussi
Référence
EntityMembersMergeRequest Classe
Espace de noms Microsoft.MasterDataServices.Services.MessageContracts