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 staging batch information.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Information As StagingBatchInformation
Get
Set
'Usage
Dim instance As StagingBatch
Dim value As StagingBatchInformation
value = instance.Information
instance.Information = value
[DataMemberAttribute(EmitDefaultValue = false)]
public StagingBatchInformation Information { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property StagingBatchInformation^ Information {
StagingBatchInformation^ get ();
void set (StagingBatchInformation^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Information : StagingBatchInformation with get, set
function get Information () : StagingBatchInformation
function set Information (value : StagingBatchInformation)
Property Value
Type: Microsoft.MasterDataServices.StagingBatchInformation
A new instance of type StagingBatchInformation.