Metadata.UserProp Constructor
In This Topic
Initializes a new instance of the
Metadata.UserProp class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String _
)
public Metadata.UserProp(
System.string ,
System.string ,
System.string
)
Parameters
- namespace
- The namespace.
- name
- The property name.
- value
- The property value.
See Also