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

The url by which the extranet users will have access to the officeclip extranet

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

Syntax

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

See Also