Partager via


Propriété StagingBatch.Information

Gets or sets the informational data for the batch.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Information As StagingBatchInformation 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.StagingBatchInformation
The informational data for the batch.

Voir aussi

Référence

StagingBatch Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts