共用方式為


IncludeUnbatchedInformation 屬性

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

命名空間:  Microsoft.MasterDataServices.Services.MessageContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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.