StagingProcessRequest.Process Property
Gets or sets a value indicating whether to perform a staging process.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property Process As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if a staging process is to be performed; otherwise, false.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace