Selerix Developer Tools
XSLTFile Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Form Class : XSLTFile Property
Gets or sets the path to .pdf XSLT file used in this document.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property XSLTFile As String
'Usage
 
Dim instance As Form
Dim value As String
 
instance.XSLTFile = value
 
value = instance.XSLTFile
[XmlAttribute()]
public virtual string XSLTFile {get; set;}
public read-write property XSLTFile: String; virtual; 
XmlAttributeAttribute()
public function get,set XSLTFile : String
[XmlAttribute()]
public: __property virtual string* get_XSLTFile();
public: __property virtual void set_XSLTFile( 
   string* value
);
[XmlAttribute()]
public:
virtual property String^ XSLTFile {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Form Class
Form Members