Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.