Selerix Developer Tools
OwnerType Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Signature Class : OwnerType Property
Gets or sets the type of owner.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Overridable Property OwnerType As SignatureOwnerType
'Usage
 
Dim instance As Signature
Dim value As SignatureOwnerType
 
instance.OwnerType = value
 
value = instance.OwnerType
[DefaultValue()]
public virtual SignatureOwnerType OwnerType {get; set;}
public read-write property OwnerType: SignatureOwnerType; virtual; 
DefaultValueAttribute()
public function get,set OwnerType : SignatureOwnerType
[DefaultValue()]
public: __property virtual SignatureOwnerType get_OwnerType();
public: __property virtual void set_OwnerType( 
   SignatureOwnerType value
);
[DefaultValue()]
public:
virtual property SignatureOwnerType OwnerType {
   SignatureOwnerType get();
   void set (    SignatureOwnerType value);
}

Property Value

The type of owner.
See Also

Reference

Signature Class
Signature Members