Condividi tramite


Proprietà ResourceType.IsAbstract

Ottiene un valore booleano che indica se questo è un tipo astratto.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsAbstract As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
True se l'oggetto ResourceType è astratto; in caso contrario, false.

Vedere anche

Riferimento

ResourceType Classe

Spazio dei nomi System.Data.Services.Providers