Click or drag to resize
XdsReferentialValue Constructor (String, String)
Initializes a new instance of the XdsReferentialValue class

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XdsReferentialValue(
	string association,
	string objectName
)

Parameters

association
Type: SystemString

[Missing <param name="association"/> documentation for "M:DXMLBase.Xds.XdsReferentialValue.#ctor(System.String,System.String)"]

objectName
Type: SystemString
The object name or DN.
See Also