Compartilhar via


Propriedade _PropertyInfo.PropertyType

 

Fornece acesso independente da versão para objetos COM à propriedade PropertyType.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

Type PropertyType { get; }
property Type^ PropertyType {
    Type^ get();
}
abstract PropertyType : Type with get
ReadOnly Property PropertyType As Type

Valor da Propriedade

Type: System.Type

O tipo dessa propriedade.

Comentários

This property is for access to managed classes from unmanaged code and should not be called from managed code.

The P:System.Reflection.PropertyInfo.PropertyType property gets the type of this property.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface _PropertyInfo
Namespace System.Runtime.InteropServices

Retornar ao início