Chili.Opf3 Send comments on this topic.
TypeAsString Property
See Also 
Chili.Opf3.DynamicProperties Namespace > DynamicProperty Class : TypeAsString Property




Specifies the type of the DynamicProperty as string.

Syntax

Visual Basic (Declaration) 
Public Property TypeAsString As String
Visual Basic (Usage)Copy Code
Dim instance As DynamicProperty
Dim value As String
 
instance.TypeAsString = value
 
value = instance.TypeAsString
C# 
public string TypeAsString {get; set;}
Managed Extensions for C++ 
public: __property string* get_TypeAsString();
public: __property void set_TypeAsString( 
   string* value
);
C++/CLI 
public:
property String^ TypeAsString {
   String^ get();
   void set (String^ value);
}

Requirements

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

See Also