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

The Organization name where the user belongs to. This is not necessarily same as the OfficeClip Organization which the user is a memner of.

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

Syntax

C#
public string Organization { get; set; }
Visual Basic (Declaration)
Public Property Organization As String
Visual C++
public:
property String^ Organization {
	String^ get ();
	void set (String^ value);
}

See Also