Compartir a través de


ClassName Propiedad

The class name.

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

Sintaxis

'Declaración
Public Property ClassName As String
    Get
    Set
'Uso
Dim instance As [Class]
Dim value As String

value = instance.ClassName

instance.ClassName = value
public string ClassName { get; set; }
public:
property String^ ClassName {
    String^ get ();
    void set (String^ value);
}
member ClassName : string with get, set
function get ClassName () : String
function set ClassName (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
A string value.