Selerix Developer Tools
PK Property (Attachment)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Attachment Class : PK Property
Gets or sets the primary key.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property PK As Integer
'Usage
 
Dim instance As Attachment
Dim value As Integer
 
instance.PK = value
 
value = instance.PK
[XmlIgnore()]
public int PK {get; set;}
public read-write property PK: Integer; 
XmlIgnoreAttribute()
public function get,set PK : int
[XmlIgnore()]
public: __property int get_PK();
public: __property void set_PK( 
   int value
);
[XmlIgnore()]
public:
property int PK {
   int get();
   void set (    int value);
}
See Also

Reference

Attachment Class
Attachment Members