DisplayName プロパティ

ユーザーに表示される拡張機能の設定の名前を取得します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Property DisplayName As String
    Get
    Set
'使用
Dim instance As ExtensionParameter
Dim value As String

value = instance.DisplayName

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

プロパティ値

型: System. . :: . .String
拡張機能の表示名を表す String です。読み取り専用です。