다음을 통해 공유


ReturnCreatedIdentifiers 속성

Gets or sets a value indicating whether the object should be returned with the newly generated ID.

네임스페이스:  Microsoft.MasterDataServices.Services.MessageContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.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 ID; otherwise, false.