property ProjectName | |
Syntax: | String = object.ProjectName |
Description: | The ProjectName property shows the project the item belongs to. Example: Dim oTrkAttribAgent As Object Dim oTrkAttributes As Object Dim oTrkAttribute As Object Set oTrkAttribAgent =
CreateObject("Tracker.TrkAttributeAgent") oTrkAttribAgent.Execute oTrkAttributes Set oTrkAttribute = oTrkAttributes.Item(1) MsgBox oTrkAttribute.ProjectName ... |