Condividi tramite


Proprietà StagingGetRequest.IncludeUnbatchedInformation

Gets or sets a value indicating whether unbatched information is to be included.

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property IncludeUnbatchedInformation As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As StagingGetRequest 
Dim value As Boolean 

value = instance.IncludeUnbatchedInformation

instance.IncludeUnbatchedInformation = value
[MessageBodyMemberAttribute]
public bool IncludeUnbatchedInformation { get; set; }
[MessageBodyMemberAttribute]
public:
property bool IncludeUnbatchedInformation {
    bool get ();
    void set (bool value);
}
[<MessageBodyMemberAttribute>]
member IncludeUnbatchedInformation : bool with get, set
function get IncludeUnbatchedInformation () : boolean 
function set IncludeUnbatchedInformation (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if unbatched information is to be in; otherwise, false.

Vedere anche

Riferimento

StagingGetRequest Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts