XdsValueStructuredValue Property |
[Missing <summary> documentation for "P:DXMLBase.Xds.XdsValue.StructuredValue"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerable<XdsComponent> StructuredValue { get; set; }
Public Property StructuredValue As IEnumerable(Of XdsComponent)
Get
Set
public:
property IEnumerable<XdsComponent^>^ StructuredValue {
IEnumerable<XdsComponent^>^ get ();
void set (IEnumerable<XdsComponent^>^ value);
}
member StructuredValue : IEnumerable<XdsComponent> with get, set
Property Value
Type:
IEnumerableXdsComponent
See Also