OID Constructor(String,String)
In This Topic
Initializes a new instance of the
OID class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
public OID(
System.string ,
System.string
)
Parameters
- id
- The dotted number of the identifier.
- name
- The friendly name of the identifier.
See Also