Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a value indicating whether to perform a staging process.
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<MessageBodyMemberAttribute> _
Public Property Process As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if a staging process is to be performed; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts