Section courante

A propos

Section administrative du site

PROPERTY

Propriété
Visual Basic

Syntaxe

[Public | Private][Static] Property Get name [(arglist)][As type]
   [statements]
   [name = expression]
   [Exit Property]
   [statements]
   [name = expression]
End Property
[Public | Private][Static] Property Let name [(arglist)]
   [statements]
   [Exit Property]
   [statements]
End Property
[Public | Private][Static] Property Set name [(arglist)]
   [statements]
   [Exit Property]
   [statements]
End Property

Description

Cette instruction permet de gérer une propriété.



Dernière mise à jour : Jeudi, le 31 Décembre 2020