ObjectTypeMacroModuleName Property |
Gets or sets the name of the module.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic string ModuleName { get; set; }
Public Property ModuleName As String
Get
Set
public:
property String^ ModuleName {
String^ get ();
void set (String^ value);
}
member ModuleName : string with get, set
Property Value
Type:
String
The name of the module.
See Also