public CompilerSettings Compilersettings { get; set; }
Public Property Compilersettings As CompilerSettings
Get
Set
Dim instance As Compiler
Dim value As CompilerSettings
value = instance.Compilersettings
instance.Compilersettings = value
public:
property CompilerSettings^ Compilersettings {
CompilerSettings^ get ();
void set (CompilerSettings^ value);
}
member Compilersettings : CompilerSettings with get, set
No code example is currently available or this language may not be supported.