XdsQuerynewSearchAttr Method |
[Missing <summary> documentation for "M:DXMLBase.Xds.XdsQuery.newSearchAttr(System.String)"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic XdsSearchAttr newSearchAttr(
string attrName
)
Public Function newSearchAttr (
attrName As String
) As XdsSearchAttr
public:
XdsSearchAttr^ newSearchAttr(
String^ attrName
)
member newSearchAttr :
attrName : string -> XdsSearchAttr
Parameters
- attrName
- Type: SystemString
[Missing <param name="attrName"/> documentation for "M:DXMLBase.Xds.XdsQuery.newSearchAttr(System.String)"]
Return Value
Type:
XdsSearchAttrA new or existing <search-attr>.
See Also