[This is preliminary documentation and is subject to change.]
List of OfficeClip applications
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public byte[] Applications { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Applications As Byte() |
Visual C++ |
---|
public: property array<unsigned char>^ Applications { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |