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

[MessageBodyMemberAttribute]
public bool Process { get; set; }
public:
[MessageBodyMemberAttribute]
property bool Process {
    bool get();
    void set(bool value);
}
[<MessageBodyMemberAttribute>]
member Process : bool with get, set
<MessageBodyMemberAttribute>
Public Property Process As Boolean

Property Value

Type: System.Boolean

true if a staging process is to be performed; otherwise, false.

See Also

StagingProcessRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top