Selerix Developer Tools
RelativePath Property (Attachment)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Attachment Class : RelativePath Property
Gets or sets the path to the current object.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property RelativePath As String
'Usage
 
Dim instance As Attachment
Dim value As String
 
instance.RelativePath = value
 
value = instance.RelativePath
[XmlAttribute()]
public string RelativePath {get; set;}
public read-write property RelativePath: String; 
XmlAttributeAttribute()
public function get,set RelativePath : String
[XmlAttribute()]
public: __property string* get_RelativePath();
public: __property void set_RelativePath( 
   string* value
);
[XmlAttribute()]
public:
property String^ RelativePath {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Attachment Class
Attachment Members