StagingGetRequest.IncludeUnbatchedInformation Property

 

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

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Property Value

Type: System.Boolean

true if unbatched information is to be in; otherwise, false.

See Also

StagingGetRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top