ResourceType.IsAbstract Property

Definition

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

public:
 property bool IsAbstract { bool get(); };
public bool IsAbstract { get; }
member this.IsAbstract : bool
Public ReadOnly Property IsAbstract As Boolean

Property Value

true if ResourceType is abstract; otherwise, false.

Applies to