[This is preliminary documentation and is subject to change.]
            Shows if the user defined Prefix is possible.
            
    Namespace: 
   OfficeClip.BusinessLayer.TrackerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
 Syntax
Syntax
| C# | 
|---|
| public bool IsPrefix { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property IsPrefix As Boolean | 
| Visual C++ | 
|---|
| public: property bool IsPrefix { bool get (); void set (bool value); } | 
 Remarks
Remarks
Valid values are "Y" (possible) and
            "N" (not possible). If the p[roject does not have the IsPrefix set, it means that
            the case number is always Prefix by the first letter of the user's first name and
            the first letter of the user's last name.
            






