Class.ClassName 属性

The class name.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property ClassName As String
    Get
    Set
用法
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)

属性值

类型:System.String
A string value.