Selerix Developer Tools
ParentID Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Attachment Class : ParentID Property
Gets or sets the parent ID.
Syntax
'Declaration
 
Public Overridable Property ParentID As Guid
'Usage
 
Dim instance As Attachment
Dim value As Guid
 
instance.ParentID = value
 
value = instance.ParentID
public virtual Guid ParentID {get; set;}
public read-write property ParentID: Guid; virtual; 
public function get,set ParentID : Guid
public: __property virtual Guid get_ParentID();
public: __property virtual void set_ParentID( 
   Guid value
);
public:
virtual property Guid ParentID {
   Guid get();
   void set (    Guid value);
}

Property Value

The parent ID.
See Also

Reference

Attachment Class
Attachment Members