Compartir a través de


OpenObject.Properties Propiedad

Definición

Obtiene el contenedor Propiedades para extender el objeto.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.Dictionary<string, obj>
Public ReadOnly Property Properties As Dictionary(Of String, Object)

Valor de propiedad

El contenedor de propiedades para extender el objeto.

Se aplica a