IMethod.IsStatic - Propriété
Détermine si la méthode est statique.
Espace de noms : Microsoft.BusinessData.MetadataModel
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
ReadOnly Property IsStatic As Boolean
Get
'Utilisation
Dim instance As IMethod
Dim value As Boolean
value = instance.IsStatic
bool IsStatic { get; }
Valeur de propriété
Type : System.Boolean
true si la méthode est statique ; dans le cas contraire, false.