Windward Engine API Reference
OutputFolder Property
See Also  Send comments on this topic.
UpdatePods.net.windward.data Namespace > SettingsState Class : OutputFolder Property




Glossary Item Box

Syntax

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.