JSLocalField.FieldType Propriedade
Definição
Obtém o tipo desse campo.Gets the type of this field.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
virtual property Type ^ FieldType { Type ^ get(); };
public override Type FieldType { get; }
member this.FieldType : Type
Public Overrides ReadOnly Property FieldType As Type
Valor da propriedade
O tipo deste campo.The type of this field.