Compartir a través de


ResourceType.Name Propiedad

Obtiene el nombre del tipo de recurso.

Espacio de nombres:  System.Data.Services.Providers
Ensamblado:  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Sintaxis

'Declaración
Public ReadOnly Property Name As String
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
Nombre del tipo de recurso.

Vea también

Referencia

ResourceType Clase

Espacio de nombres System.Data.Services.Providers