| Visual Basic (Declaration) | |
|---|---|
Protected Property Context As ObjectContext | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
protected ObjectContext Context {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
protected: __property ObjectContext* get_Context(); protected: __property void set_Context( ObjectContext* value ); | |
| C++/CLI | |
|---|---|
protected: property ObjectContext^ Context { ObjectContext^ get(); void set (ObjectContext^ value); } | |
Return Value
The ObjectContext associated with the ObjectHolder or null.Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family