publicIdentifier Property
Returns a string that contains a URI.
[Script]
Implementation Syntax
var strPublicIdentifier = oISchemaIdentityConstraint.publicIdentifier;
Parameters
None.
Return Values
- strPublicIdentifier
- A string. The public identifier URI.
[Visual Basic]
Implementation Syntax
strPublicIdentifier = oISchemaIdentityConstraint.publicIdentifier
Parameters
None.
Return Values
- strPublicIdentifier
- A string. The public identifier URI.
[C/C++]
Implementation Syntax
HRESULT get_publicIdentifier(BSTR* publicIdentifier);
Parameters
- publicIdentifier [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