Condividi tramite


Proprietà IPropertyDefinition.Name

Gets the name of the property.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
ReadOnly Property Name As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The name of the property.

Vedere anche

Riferimento

IPropertyDefinition Interfaccia

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel