Selerix Developer Tools
Prefix Property (Person)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Person Class : Prefix Property
Gets or sets the prefix.
Syntax
'Declaration
 
Public Overridable Property Prefix As String
'Usage
 
Dim instance As Person
Dim value As String
 
instance.Prefix = value
 
value = instance.Prefix
public virtual string Prefix {get; set;}
public read-write property Prefix: String; virtual; 
public function get,set Prefix : String
public: __property virtual string* get_Prefix();
public: __property virtual void set_Prefix( 
   string* value
);
public:
virtual property String^ Prefix {
   String^ get();
   void set (    String^ value);
}

Property Value

The prefix.
See Also

Reference

Person Class
Person Members