MooshSettingsClassFilename Property |
The file that will store these settings.
Namespace: MooshAssembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Filename { get; set; }
Public Property Filename As String
Get
Set
public:
property String^ Filename {
String^ get ();
void set (String^ value);
}
member Filename : string with get, set
Property Value
Type:
StringSee Also