XdsReferentialValue Constructor (String, String) |
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic XdsReferentialValue(
string association,
string objectName
)
Public Sub New (
association As String,
objectName As String
)
public:
XdsReferentialValue(
String^ association,
String^ objectName
)
new :
association : string *
objectName : string -> XdsReferentialValue
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