DeviceInfo.Name プロパティ
デバイス情報の名前を取得します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
Public ReadOnly Property Name As String
Get
'使用
Dim instance As DeviceInfo
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string
function get Name () : String
プロパティ値
型: System.String
文字列 値。
関連項目
参照
Microsoft.Reporting.WebForms 名前空間