AnyTypeDefinedById Property |
Gets or sets the identifier of the module that defines this type.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic string DefinedById { get; set; }
Public Property DefinedById As String
Get
Set
Dim instance As AnyType
Dim value As String
value = instance.DefinedById
instance.DefinedById = value
public:
property String^ DefinedById {
String^ get ();
void set (String^ value);
}
member DefinedById : string with get, set
Property Value
String
See Also