GCSubordinates Constructor (String, IGCOwner) |
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected GCSubordinates(
string activeValue,
IGCOwner owner
)
Protected Sub New (
activeValue As String,
owner As IGCOwner
)
protected:
GCSubordinates(
String^ activeValue,
IGCOwner^ owner
)
new :
activeValue : string *
owner : IGCOwner -> GCSubordinates
Parameters
- activeValue
- Type: SystemString
[Missing <param name="activeValue"/> documentation for "M:DXMLBase.Gcv.GCSubordinates.#ctor(System.String,DXMLBase.Gcv.IGCOwner)"]
- owner
- Type: DXMLBase.GcvIGCOwner
[Missing <param name="owner"/> documentation for "M:DXMLBase.Gcv.GCSubordinates.#ctor(System.String,DXMLBase.Gcv.IGCOwner)"]
See Also