ITrkAttributeAgent.AttributeClass (write-only property)

property AttributeClass
Syntax: object.AttributeClass = Long
Description:
The AttributeClass field specifies which type of attributes to ruturn.

System = 4 Standard = 1 Extended = 0


Example:
Dim oTrkAttributeAgent As Object
Dim oTrkAttributes As Object

Set oTrkAttributeAgent = CreateObject("Tracker.TrkAttributeAgent")
oTrkAttributeAgent.AttributeClass = 0
oTrkAttributeAgent.Execute oTrkAttributes