StagingProcessRequest.Process 屬性
Gets or sets a value indicating whether to perform a staging process.
命名空間: Microsoft.MasterDataServices.Services.MessageContracts
組件: Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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.