StagingBatch.Information Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define informações de lote de preparo.
public:
property Microsoft::MasterDataServices::StagingBatchInformation ^ Information { Microsoft::MasterDataServices::StagingBatchInformation ^ get(); void set(Microsoft::MasterDataServices::StagingBatchInformation ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.StagingBatchInformation Information { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Information : Microsoft.MasterDataServices.StagingBatchInformation with get, set
Public Property Information As StagingBatchInformation
Valor da propriedade
Uma nova instância do tipo StagingBatchInformation.
- Atributos