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

The screen name of the vendor.

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

Syntax

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

See Also