Selerix Developer Tools
OwnerFullName Property






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > AbstractEntityObject Class : OwnerFullName Property
Gets or sets the full name of the owner.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Overridable Property OwnerFullName As String
'Usage
 
Dim instance As AbstractEntityObject
Dim value As String
 
instance.OwnerFullName = value
 
value = instance.OwnerFullName
[XmlIgnore()]
public virtual string OwnerFullName {get; set;}
public read-write property OwnerFullName: String; virtual; 
XmlIgnoreAttribute()
public function get,set OwnerFullName : String
[XmlIgnore()]
public: __property virtual string* get_OwnerFullName();
public: __property virtual void set_OwnerFullName( 
   string* value
);
[XmlIgnore()]
public:
virtual property String^ OwnerFullName {
   String^ get();
   void set (    String^ value);
}

Property Value

The full name of the owner.
See Also

Reference

AbstractEntityObject Class
AbstractEntityObject Members