Свойство StagingGetRequest.IncludeUnbatchedInformation

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

Пространство имен:  Microsoft.MasterDataServices.Services.MessageContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<MessageBodyMemberAttribute> _
Public Property IncludeUnbatchedInformation As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

StagingGetRequest Класс

Пространство имен Microsoft.MasterDataServices.Services.MessageContracts