| Visual Basic (Declaration) | |
|---|---|
Public Property ObjectState As ObjectStates | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public ObjectStates ObjectState {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property ObjectStates get_ObjectState(); public: __property void set_ObjectState( ObjectStates value ); | |
| C++/CLI | |
|---|---|
public: property ObjectStates ObjectState { ObjectStates get(); void set (ObjectStates value); } | |
Return Value
Returns the ObjectState of the persistent objectRequirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family