Propriété ResourceType.IsAbstract
Obtient une valeur booléenne qui indique s'il s'agit d'un type abstrait.
Espace de noms : System.Data.Services.Providers
Assembly : Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsAbstract As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
True si ResourceType est abstrait ; sinon, false.