Selerix Developer Tools
DocumentationLinkPath Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : DocumentationLinkPath Property
Gets or sets the documentation link path.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Overridable Property DocumentationLinkPath As String
'Usage
 
Dim instance As Product
Dim value As String
 
instance.DocumentationLinkPath = value
 
value = instance.DocumentationLinkPath
[XmlElement()]
public virtual string DocumentationLinkPath {get; set;}
public read-write property DocumentationLinkPath: String; virtual; 
XmlElementAttribute()
public function get,set DocumentationLinkPath : String
[XmlElement()]
public: __property virtual string* get_DocumentationLinkPath();
public: __property virtual void set_DocumentationLinkPath( 
   string* value
);
[XmlElement()]
public:
virtual property String^ DocumentationLinkPath {
   String^ get();
   void set (    String^ value);
}

Property Value

The required path.
See Also

Reference

Product Class
Product Members