Compartir a través de


PropertyInfo.PropertyName (Propiedad)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (en Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Sintaxis

'Declaración
Public Property PropertyName As String
    Get
    Set
public string PropertyName { get; set; }
public:
property String^ PropertyName {
    String^ get ();
    void set (String^ value);
}
member PropertyName : string with get, set
function get PropertyName () : String
function set PropertyName (value : String)

Valor de propiedad

Tipo: System.String
Devuelve String.

Seguridad de .NET Framework

Vea también

Referencia

PropertyInfo Clase

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (Espacio de nombres)