Freigeben über


ResourceType.FullName-Eigenschaft

Ruft den vollständigen Namen der Ressource ab.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public ReadOnly Property FullName As String
    Get
'Usage
Dim instance As ResourceType
Dim value As String

value = instance.FullName
public string FullName { get; }
public:
property String^ FullName {
    String^ get ();
}
member FullName : string
function get FullName () : String

Eigenschaftswert

Typ: System.String
Der vollständige Name des Ressourcentyps als Zeichenfolge.

Siehe auch

Verweis

ResourceType Klasse

System.Data.Services.Providers-Namespace