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

True if the item is shown to the extranet user on the extranet screen

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

Syntax

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

See Also