Свойство MessageCreateRequest.ReturnCreatedIdentifiers
Gets or sets a value that indicates whether the object should be returned with the newly generated identifier.
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute> _
Public Property ReturnCreatedIdentifiers As Boolean
Get
Set
'Применение
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)
Значение свойства
Тип: System.Boolean
true if the object should be returned with the newly generated identifier; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts