| Visual Basic (Declaration) | |
|---|---|
Public Property Type As Type | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public Type Type {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property Type* get_Type(); public: __property void set_Type( Type* value ); | |
| C++/CLI | |
|---|---|
public:
property Type^ Type {
Type^ get();
void set (Type^ value);
} | |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family