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