selector Property
Returns a string with the value of a restricted XPath expression.
[Script]
Implementation Syntax
var strSelector = oISchemaIdentityConstraint.selector;
Parameters
None.
Return Values
- strSelector
- A string. A restricted XPath expression.
[Visual Basic]
Implementation Syntax
strSelector = oISchemaIdentityConstraint.selector
Parameters
None.
Return Values
- strSelector
- A string. A restricted XPath expression.
[C/C++]
Implementation Syntax
HRESULT get_selector(BSTR* selector);
Parameters
- selector [out,retval]
- A string. An XPath expression.
Return Values
- S_OK
- The value returned if successful.
- E_POINTER
- The value returned if the
selector
parameter returns NULL. - E_FAIL
- The value returned if something else is wrong.
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
See Also
Applies to: ISchemaIdentityConstraint Interface