Gets or sets stylesheet file name used in this template.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also