ReloadableObjectRegistryPath Property |
Gets the path.
Namespace: Lextm.SharpSnmpPro.Mib.RegistryAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic string Path { get; }
Public ReadOnly Property Path As String
Get
Dim instance As ReloadableObjectRegistry
Dim value As String
value = instance.Path
public:
property String^ Path {
String^ get ();
}
member Path : string with get
Property Value
StringThe path.
See Also