IADsPropertyValue Property Methods

Properties in Vtable Order

Property Access Method Prototype
ADSType R/W HRESULT get_ADSType
([out] LONG *ADSTypel)

HRESULT put_ADSType
([in] LONG ADSType);

DNString R/W HRESULT get_DNString
([out] BSTR *bstrDNString);

HRESULT put_DNString
([in] BSTR bstrDNString);

CaseExactString R/W HRESULT get_CaseExactString
([out] BSTR *bstrCaseExactString);

HRESULT put_CaseExactString
([in] BSTR bstrCaseExactString);

CaseIgnoreString R/W HRESULT get_CaseIgnoreString
([out] BSTR *bstrCaseIgnoreString);

HRESULT put_CaseIgnoreString
([in] BSTR bstrCaseIgnoreString);

PrintableString R/W HRESULT get_PrintableString
([out] BSTR *bstrPrintableStrin);

HRESULT put_PrintableString
([in] BSTR bstrPrintableString)

NumericString R/W HRESULT get_NumericString
([out] BSTR *bstrNumericStrin);

HRESULT put_NumericString
([in] BSTR bstrNumericString)

Boolean R/W HRESULT get_Boolean
([out] LONG *lnBoolean);

HRESULT put_Boolean
([in] LONG lnBoolean)

Integer R/W HRESULT get_Integer
([out] LONG *lnInteger);

HRESULT put_Integer
([in] LONG lnInteger)

OctetString R/W HRESULT get_OctetString
([out] BSTR *bstrOctetString);

HRESULT put_OctetString
([in] BSTR *bstrOctetString)

SecurityDescriptor R/W HRESULT get_SecurityDescriptor
([out] IDISPATCH **ppSecurityDescriptor);

HRESULT put_SecurityDescriptor
([in] IDISPATCH *pSecurityDescriptor);

LargeInteger R/W HRESULT get_LargeInteger
([out] IDISPATCH ** ppLargeInteger)

HRESULT put_LargeInteger
([in] IDISPATCH * pLargeInteger

UTCTime R/W HRESULT get_UTCTime
([out] DATE * daUTCTime

HRESULT put_UTCTime
([in] DATE daUTCTime)


Property Descriptions

ADSType
The data type of the value of the property, taken from the ADSTYPE enumeration, of the value property.
DNString
String identifying the distinguished name (path) of a directory service value object.
CaseExactString
String to be interpreted case-sensitively
CaseIgnoreString
String to be interpreted without regard to case.
PrintableString
Displayable or printable string.
NumericString
Numerals to be interpreted as text.
Boolean
Boolean value.
Integer
Integer value.
Octet String
String of one-byte characters.
SecurityDescriptor
Pointer to the IADsSecurityDescriptor interface.
LargeInteger
Pointer to the IDispatch interface.
UTCTime
A date expressed in Coordinated Universal Time (UTC) format.

See Also

ADSTYPE; IADsPropertyList; IADsPropertyEntry; IADsSecurityDescriptor, Property Cache