Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of unbatched staging information.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property UnbatchedInformation As Collection(Of StagingUnbatchedInformation)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<StagingUnbatchedInformation>
Collection of type StagingUnbatchedInformation.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace