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

Gets the user information associated with this object.

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

Syntax

C#
public UserInfo load()
Visual Basic (Declaration)
Public Function load As UserInfo
Visual C++
public:
UserInfo^ load()

Return Value

The user information object.

See Also