XdsOpParentOperations Property |
[Missing <summary> documentation for "P:DXMLBase.Xds.XdsOpParent.Operations"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerable<XdsOperation> Operations { get; }
Public ReadOnly Property Operations As IEnumerable(Of XdsOperation)
Get
public:
property IEnumerable<XdsOperation^>^ Operations {
IEnumerable<XdsOperation^>^ get ();
}
member Operations : IEnumerable<XdsOperation> with get
Property Value
Type:
IEnumerableXdsOperation
See Also