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

The OfficeClip Service type

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

Syntax

C#
public OCServiceType ServiceType { get; set; }
Visual Basic (Declaration)
Public Property ServiceType As OCServiceType
Visual C++
public:
property OCServiceType ServiceType {
	OCServiceType get ();
	void set (OCServiceType value);
}

See Also