[This is preliminary documentation and is subject to change.]
The array of application ids
Namespace:
OfficeClip.BusinessLayer.FrameworkAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public byte[] AppIdByteArray { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property AppIdByteArray As Byte() |
Visual C++ |
---|
public: property array<unsigned char>^ AppIdByteArray { array<unsigned char>^ get (); } |