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