Share via


ResourceType.IsAbstract Property

Gets a Boolean value that indicates whether this is an abstract type.

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

Syntax

'Declaration
Public ReadOnly Property IsAbstract As Boolean 
    Get
'Usage
Dim instance As ResourceType 
Dim value As Boolean 

value = instance.IsAbstract
public bool IsAbstract { get; }
public:
property bool IsAbstract {
    bool get ();
}
member IsAbstract : bool
function get IsAbstract () : boolean

Property Value

Type: System.Boolean
true if ResourceType is abstract; otherwise, false.

See Also

Reference

ResourceType Class

System.Data.Services.Providers Namespace