Gets or sets the owner.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overridable Property Owner As Guid
             
        
            
            'Usage
 
Dim instance As Payer
Dim value As Guid
 
instance.Owner = value
 
value = instance.Owner
             
        
            
            public virtual Guid Owner {get; set;}
             
        
            
            public read-write property Owner: Guid; virtual; 
             
        
            
            public function get,set Owner : Guid
             
        
            
            public: __property virtual Guid get_Owner();
public: __property virtual void set_Owner( 
   Guid value
);
             
        
            
            public:
virtual property Guid Owner {
   Guid get();
   void set (    Guid value);
}
             
        
             
        
            
            
            Property Value
The owner.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also