Share via


systemIdentifier Property

 

[This feature was only implemented for MSXML 6.0.]

Returns a string that contains a URI.

JScript Syntax

var strSystemIdentifier = oISchemaIdentityConstraint.systemIdentifier;  

Parameters

None.

Return Values

strSystemIdentifier
A string. The system identifier URI.

Visual Basic Syntax

strSystemIdentifier = oISchemaIdentityConstraint.systemIdentifier  

Parameters

None.

Return Values

strSystemIdentifier
A string. The system identifier URI.

C/C++ 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.

Versioning

Implemented in: MSXML 6.0

Applies to

ISchemaNotation Interface

See Also

Using Namespaces in Schemas