systemIdentifier Property
Returns a string that contains a URI.
[Script]
Implementation Syntax
var strSystemIdentifier = oISchemaIdentityConstraint.systemIdentifier;
Parameters
None.
Return Values
- strSystemIdentifier
- A string. The system identifier URI.
[Visual Basic]
Implementation Syntax
strSystemIdentifier = oISchemaIdentityConstraint.systemIdentifier
Parameters
None.
Return Values
- strSystemIdentifier
- A string. The system identifier URI.
[C/C++]
Implementation Syntax
HRESULT get_systemIdentifier(BSTR* systemIdentifier);
Parameters
- systemIdentifier [out,retval]
- A string. A URI reference.
Return Values
- S_OK
- The value returned if successful.
- E_POINTER
- The value returned if the value of the URI is 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: ISchemaNotation Interface