IProperty
Description:
IProperty represents a property.
import "OxSvrSpt.idl"
Properties:
VARIANT Value [get, set]
BSTR Name [get]
Documentation of Properties:
-
BSTR Name [get]
Name returns the name of the property.
Parameters:
[out]: pVal (VB return value) name of the property.
-
VARIANT Value [get, set]
Value returns and sets the value of the property. This property is the default property of the IProperty interface.
Parameters:
[out]: pVal (VB return value) value of the property.
[in]: Val value of the property.