Propriété DeviceInfo.Name
Obtient le nom des informations relatives au périphérique.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Name As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
Valeur string.
Voir aussi
Référence
Espace de noms Microsoft.Reporting.WebForms