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

The name of the user who shared the document. This is meaningful only if the document is shared.

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

Syntax

C#
public string SharedByUserName { get; }
Visual Basic (Declaration)
Public ReadOnly Property SharedByUserName As String
Visual C++
public:
property String^ SharedByUserName {
	String^ get ();
}

See Also