WrapperAttributeWrappedClass
Property
 | 
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public string WrappedClass { get; set; }
 
Public Property WrappedClass As String
        Get
        Set
 
public:
property String^ WrappedClass {
        String^ get ();
        void set (String^ value);
}
 
member WrappedClass : string with get, set
 
 
 
Property Value
String
 
See Also