[This is preliminary documentation and is subject to change.]
             Get all instances of Tracktimeudf from the database
             
    Namespace: 
   OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public TrackTimeUdfInfo GetTrackTimeUdf( int groupId, int applicationId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetTrackTimeUdf ( _ groupId As Integer, _ applicationId As Integer _ ) As TrackTimeUdfInfo  | 
| Visual C++ | 
|---|
public: TrackTimeUdfInfo^ GetTrackTimeUdf( int groupId, int applicationId )  | 
Parameters
- groupId
 - Type: System..::.Int32
The unique id of the Tracktimeudf in the database 
- applicationId
 - Type: System..::.Int32
Teh unique id of the application 
