Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This feature was only implemented for MSXML 6.0.]
Returns a string. This string contains the fixed value of the element being queried. The <element> declaration includes the fixed attribute.
JScript Syntax
var strFixedValue = oISchemaElement.fixedValue;
Parameters
None.
Return Values
strFixedValue
A string. The value of the fixed attribute in the <element> declaration.
Visual Basic Syntax
strFixedValue = oISchemaElement.fixedValue
Parameters
None.
Return Values
strFixedValue
A string. The value of the fixed attribute in the <element> declaration.
C/C++ Syntax
HRESULT get_fixedValue(BSTR* fixedValue);
Parameters
fixedValue[out,retval]
A string. The value of the fixed attribute in the <element> declaration.
Return Values
S_OK
The value returned if successful.
E_POINTER
The value returned if the fixedValue parameter is NULL.
E_FAIL
The value returned if something else is wrong.
Versioning
Implemented in: MSXML 6.0