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.

请参阅

参考

MessageCreateRequest 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间