[This is preliminary documentation and is subject to change.]
Property for the application matrix that decides which applications are accessible to the user.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public ArrayList ApplicationMatrix { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ApplicationMatrix As ArrayList |
Visual C++ |
---|
public: property ArrayList^ ApplicationMatrix { ArrayList^ get (); void set (ArrayList^ value); } |