Share via


ResourceType.FullName Property

Gets the full name of the resource.

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

Property Value

Type: System.String
The full name of the resource type as string.

See Also

Reference

ResourceType Class

System.Data.Services.Providers Namespace