ExportAttribute.ContractType Propriedade
Definição
Obtém o tipo de contrato exportado pelo membro marcado por este atributo.Gets the contract type that is exported by the member that is marked by this attribute.
public:
property Type ^ ContractType { Type ^ get(); };
public Type ContractType { get; }
member this.ContractType : Type
Public ReadOnly Property ContractType As Type
Valor da propriedade
O tipo de exportação a ser fornecido.The type of export to be provided. O valor padrão é null, que significa que o tipo será obtido examinando o tipo no membro ao qual essa exportação está anexada.The default value is null, which means that the type will be obtained by looking at the type on the member that this export is attached to.