CompilerWarningCategory Property |
Gets or sets the category of the warning.
Namespace: Lextm.SharpSnmpPro.Mib.ValidationAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic WarningCategory Category { get; set; }
Public Property Category As WarningCategory
Get
Set
Dim instance As CompilerWarning
Dim value As WarningCategory
value = instance.Category
instance.Category = value
public:
property WarningCategory Category {
WarningCategory get ();
void set (WarningCategory value);
}
member Category : WarningCategory with get, set
Property Value
WarningCategory
See Also