ContextProperty.Property Propiedad
Definición
Obtiene el objeto que representa la propiedad de un contexto.Gets the object representing the property of a context.
Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.
public:
virtual property System::Object ^ Property { System::Object ^ get(); };
public virtual object Property { get; }
member this.Property : obj
Public Overridable ReadOnly Property Property As Object
Valor de propiedad
Objeto que representa la propiedad de un contexto.The object representing the property of a context.