Returns a string. This string contains the default value of the element being queried. The declaration of this element has a default
attribute.
var strDefaultValue = oISchemaElement.defaultValue;
None.
default
attribute in the <element>
declaration.strDefaultValue = oISchemaElement.defaultValue
None.
default
attribute in the <element>
declaration.HRESULT get_defaultValue(BSTR* defaultValue);
default
attribute in the <element>
declaration.defaultValue
parameter is NULL.To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
Applies to: ISchemaElement Interface