ScriptObject.UnderlyingSystemType Propriedade
Definição
Obtém o tipo de objeto de script.Gets the type of the script object.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
virtual property Type ^ UnderlyingSystemType { Type ^ get(); };
public virtual Type UnderlyingSystemType { get; }
member this.UnderlyingSystemType : Type
Public Overridable ReadOnly Property UnderlyingSystemType As Type
Valor da propriedade
O tipo do objeto de script.The type of the script object.