[This is preliminary documentation and is subject to change.]

The list of application id

Namespace:  OfficeClip.BusinessLayer.Framework
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public List<int> AppIdList { get; }
Visual Basic (Declaration)
Public ReadOnly Property AppIdList As List(Of Integer)
Visual C++
public:
property List<int>^ AppIdList {
	List<int>^ get ();
}

See Also