StagingBatch.Information Property

 

Gets or sets the informational data for the batch.

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

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public StagingBatchInformation Information { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property StagingBatchInformation^ Information {
    StagingBatchInformation^ get();
    void set(StagingBatchInformation^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Information : StagingBatchInformation with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Information As StagingBatchInformation

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchInformation

The informational data for the batch.

See Also

StagingBatch Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top