FactoryProperties Method
Description
Gets the owner type and key for the AttachmentFactory object.
Syntax
Visual Basic
Public Sub FactoryProperties( _
   ByRef OwnerType As String, _
   ByRef OwnerKey As Variant _
) 
Parameters
OwnerType
The owner object type.
OwnerKey
The ID of the object to which this factory belongs.
Remarks
OwnerType is one of:

"ALL_LISTS" for Subject
"BUG" for Defect
"CYCL_FOLD" for Test Set Folder
"CYCLE" for Test Set
"DESSTEPS" for Design Step
"REQ" for Requirement
"RUN" for Run
"STEP" for Run Step
"TEST" for Test
"TESTCYCL" for Test in Test Set (Test Instance)

See Also