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
-
-
Access type: Read/write
-
Scripting data type: LONG
-
// C++ method syntax HRESULT get_Interval( [out] LONG* retval ); HRESULT put_Interval( [in] LONG lnInterval );
The frequency of reference of the object.
-
-
Level
-
-
Access type: Read/write
-
Scripting data type: LONG
-
// C++ method syntax HRESULT get_Level( [out] LONG* retval ); HRESULT put_Level( [in] LONG lnLevel );
The priority level associated with the object.
-
-
ObjectName
-
-
Access type: Read/write
-
Scripting data type: BSTR
-
// C++ method syntax HRESULT get_ObjectName( [out] BSTR* retVal ); HRESULT put_ObjectName( [in] BSTR bstrObjectName );
The name of an object.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
DLL |
|
IID |
IID_IADsTypedName is defined as B371A349-4080-11D1-A3AC-00C04FB950DC |