Chili.Opf3 Send comments on this topic.
Type Property
See Also 
Chili.Opf3 Namespace > FetchingStorageRecordEventArgs Class : Type Property




Specifies the type of the persistent object that is created.

Syntax

Visual Basic (Declaration) 
Public Property Type As Type
Visual Basic (Usage)Copy Code
Dim instance As FetchingStorageRecordEventArgs
Dim value As Type
 
instance.Type = value
 
value = instance.Type
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

See Also