fixedValue Property
Returns a string. This string contains the fixed value of the element being queried. The <element>
declaration includes the fixed
attribute.
[Script]
Implementation Syntax
var strFixedValue = oISchemaElement.fixedValue;
Parameters
None.
Return Values
- strFixedValue
- A string. The value of the
fixed
attribute in the<element>
declaration.
[Visual Basic]
Implementation Syntax
strFixedValue = oISchemaElement.fixedValue
Parameters
None.
Return Values
- strFixedValue
- A string. The value of the
fixed
attribute in the<element>
declaration.
[C/C++]
Implementation 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.
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: ISchemaElement Interface