Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a value indicating whether to perform a staging process.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property Process As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true if a staging process is to be performed; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.MessageContracts