Syntax
Visual Basic (Declaration) | |
---|
Public Property dependent As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FilteredLookupInfo
Dim value As Boolean
instance.dependent = value
value = instance.dependent |
C# | |
---|
public bool dependent {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_dependent();
public: __property void set_dependent(
bool value
); |
C++/CLI | |
---|
public:
property bool dependent {
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