UnbatchedInformation 속성
Gets or sets an array of unbatched staging information.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)
구문
‘선언
<MessageBodyMemberAttribute> _
Public Property UnbatchedInformation As Collection(Of StagingUnbatchedInformation)
Get
Set
‘사용 방법
Dim instance As StagingGetResponse
Dim value As Collection(Of StagingUnbatchedInformation)
value = instance.UnbatchedInformation
instance.UnbatchedInformation = value
[MessageBodyMemberAttribute]
public Collection<StagingUnbatchedInformation> UnbatchedInformation { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<StagingUnbatchedInformation^>^ UnbatchedInformation {
Collection<StagingUnbatchedInformation^>^ get ();
void set (Collection<StagingUnbatchedInformation^>^ value);
}
[<MessageBodyMemberAttribute>]
member UnbatchedInformation : Collection<StagingUnbatchedInformation> with get, set
function get UnbatchedInformation () : Collection<StagingUnbatchedInformation>
function set UnbatchedInformation (value : Collection<StagingUnbatchedInformation>)
속성 값
유형: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingUnbatchedInformation> ) > ) >
Collection of type StagingUnbatchedInformation.