Syntax
Visual Basic (Declaration) | |
---|
Public Property active As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PicklistEntry
Dim value As Boolean
instance.active = value
value = instance.active |
C# | |
---|
public bool active {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_active();
public: __property void set_active(
bool value
); |
C++/CLI | |
---|
public:
property bool active {
bool get();
void set ( bool value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also