Chili.Opf3 Send comments on this topic.
ObjectSet Property
See Also 
Chili.Opf3 Namespace > Generic ObjectView Class : ObjectSet Property




Specifies the ObjectSet connected with the ObjectView.

Syntax

Visual Basic (Declaration) 
Public Property ObjectSet As ObjectSet(Of T)
Visual Basic (Usage)Copy Code
Dim instance As ObjectView(Of T)
Dim value As ObjectSet(Of T)
 
instance.ObjectSet = value
 
value = instance.ObjectSet
C# 
public ObjectSet<T> ObjectSet {get; set;}
Managed Extensions for C++ 
public: __property ObjectSet<T>* get_ObjectSet();
public: __property void set_ObjectSet( 
   ObjectSet<T>* value
);
C++/CLI 
public:
property ObjectSet<T>^ ObjectSet {
   ObjectSet<T>^ get();
   void set (ObjectSet<T>^ value);
}

Exceptions

ExceptionDescription
ArgumentNullExceptionValue is null.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also