다음을 통해 공유


Process 속성

Gets or sets a value indicating whether to perform a staging process.

네임스페이스:  Microsoft.MasterDataServices.Services.MessageContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<MessageBodyMemberAttribute> _
Public Property Process As Boolean
    Get
    Set
‘사용 방법
Dim instance As StagingProcessRequest
Dim value As Boolean

value = instance.Process

instance.Process = value
[MessageBodyMemberAttribute]
public bool Process { get; set; }
[MessageBodyMemberAttribute]
public:
property bool Process {
    bool get ();
    void set (bool value);
}
[<MessageBodyMemberAttribute>]
member Process : bool with get, set
function get Process () : boolean
function set Process (value : boolean)

속성 값

유형: System. . :: . .Boolean
true if a staging process is to be performed; otherwise, false.