Selerix Developer Tools
PK Property (ReportTemplate)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportTemplate Class : PK Property
Gets or sets the PK.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property PK As Integer
'Usage
 
Dim instance As ReportTemplate
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);
}

Property Value

The PK.
See Also

Reference

ReportTemplate Class
ReportTemplate Members