Propriedade do RDL EntityMembersCreateRequest.ReturnCreatedIdentifiers
Gets or sets a value that indicates whether the object should be returned with the newly generated ID.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property ReturnCreatedIdentifiers As Boolean
Get
Set
'Uso
Dim instance As EntityMembersCreateRequest
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)
Valor da propriedade
Tipo: System.Boolean
true if the object returned with the newly generated ID; otherwise, false.
Consulte também
Referência
EntityMembersCreateRequest Classe
Namespace Microsoft.MasterDataServices.Services.MessageContracts