Selerix Developer Tools
PK Property (Portfolio)






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

Property Value

The primary key.
See Also

Reference

Portfolio Class
Portfolio Members