Proprietà PropertyDefinition.Name

The property name.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As PropertyDefinition 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
abstract Name : string 
override Name : string
final function get Name () : String

Valore proprietà

Tipo: System.String
A string value.

Vedere anche

Riferimento

PropertyDefinition Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel