IADsTypedName Property Methods

The property method of the IADsTypedName interface sets the property described in the following table. For more information, see Interface Property Methods.

Properties

Interval

The frequency of reference of the object.

Access type: Read/write

Scripting data type: LONG

// C++ method syntax
HRESULT get_Interval(
  [out] LONG* retval
);
HRESULT put_Interval(
  [in] LONG lnInterval
);

Level

The priority level associated with the object.

Access type: Read/write

Scripting data type: LONG

// C++ method syntax
HRESULT get_Level(
  [out] LONG* retval
);
HRESULT put_Level(
  [in] LONG lnLevel
);

ObjectName

The name of an object.

Access type: Read/write

Scripting data type: BSTR

// C++ method syntax
HRESULT get_ObjectName(
  [out] BSTR* retVal
);
HRESULT put_ObjectName(
  [in] BSTR bstrObjectName
);

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Iads.h
DLL
Activeds.dll
IID
IID_IADsTypedName is defined as B371A349-4080-11D1-A3AC-00C04FB950DC

See also

IADsTypedName

ADS_TYPEDNAME