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.