Selerix Developer Tools
Owner Property (Portfolio)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Portfolio Class : Owner Property
Gets or sets the owner of object.
Syntax
'Declaration
 
<XmlAttributeAttribute("Owner")>
Public Property Owner As Guid
'Usage
 
Dim instance As Portfolio
Dim value As Guid
 
instance.Owner = value
 
value = instance.Owner
[XmlAttribute("Owner")]
public Guid Owner {get; set;}
public read-write property Owner: Guid; 
XmlAttributeAttribute("Owner")
public function get,set Owner : Guid
[XmlAttribute("Owner")]
public: __property Guid get_Owner();
public: __property void set_Owner( 
   Guid value
);
[XmlAttribute("Owner")]
public:
property Guid Owner {
   Guid get();
   void set (    Guid value);
}
See Also

Reference

Portfolio Class
Portfolio Members