DisplayName プロパティ
ユーザーに表示される拡張機能の設定の名前です。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.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 です。