[Browsable(true)] public: __property string* get_DebugLogFile(); public: __property void set_DebugLogFile( string* value );
[Browsable(true)] public: property String^ DebugLogFile { String^ get(); void set ( String^ value); }
'Declaration <BrowsableAttribute(True)> Public Property DebugLogFile As String
'Usage Dim instance As FormDirector Dim value As String instance.DebugLogFile = value value = instance.DebugLogFile