Partager via


Propriété ResourceType.Name

Obtient le nom du type de ressource.

Espace de noms :  System.Data.Services.Providers
Assembly :  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Name As String
    Get
'Utilisation
Dim instance As ResourceType
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
Nom du type de ressource.

Voir aussi

Référence

ResourceType Classe

Espace de noms System.Data.Services.Providers