MessageCreateRequest.ReturnCreatedIdentifiers Propiedad
Gets or sets a value that indicates whether the object should be returned with the newly generated identifier.
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<MessageBodyMemberAttribute> _
Public Property ReturnCreatedIdentifiers As Boolean
Get
Set
'Uso
Dim instance As MessageCreateRequest
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 de la propiedad
Tipo: System.Boolean
true if the object should be returned with the newly generated identifier; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts