CustomXmlProperty constructor

CustomXmlProperty(name, uri, value)

Initializes a new instance of this class.

CustomXmlProperty(name: string, uri: string, value: string)
ParameterTypeDescription
namestringThe name of the property. Cannot be null.
uristringThe namespace URI of the property. Cannot be null.
valuestringThe value of the property. Cannot be null.

See Also