Compartir a través de


IPropertyDefinition.Name Propiedad

Gets the name of the property.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
ReadOnly Property Name As String 
    Get
'Uso
Dim instance As IPropertyDefinition 
Dim value As String 

value = instance.Name
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string
function get Name () : String

Valor de la propiedad

Tipo: System.String
The name of the property.

Vea también

Referencia

IPropertyDefinition Interfaz

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel