ProjectedWrapper.ResourceTypeName Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the full name of the ResourceType that represents the type of this result.

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

Syntax

'Declaration
Public Property ResourceTypeName As String 
    Get 
    Set
'Usage
Dim instance As ProjectedWrapper 
Dim value As String 

value = instance.ResourceTypeName

instance.ResourceTypeName = value
public string ResourceTypeName { get; set; }
public:
virtual property String^ ResourceTypeName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract ResourceTypeName : string with get, set 
override ResourceTypeName : string with get, set
final function get ResourceTypeName () : String 
final function set ResourceTypeName (value : String)

Property Value

Type: System.String
The full name of the type.

See Also

Reference

ProjectedWrapper Class

System.Data.Services.Internal Namespace