[This is preliminary documentation and is subject to change.]
            Shows how the time will be shown as. Valid values are Busy, Free,Tentative and OutOfOffice.
            
    Namespace: 
   OfficeClip.BusinessLayer.SyncAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public string Show_Time_As { set; }  | 
| Visual Basic (Declaration) | 
|---|
Public WriteOnly Property Show_Time_As As String  | 
| Visual C++ | 
|---|
public: property String^ Show_Time_As { void set (String^ value); }  | 
