Selerix Developer Tools
IsPrimary Property (Broker)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Broker Class : IsPrimary Property
Gets or sets a value indicating whether this instance is primary.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property IsPrimary As Boolean
'Usage
 
Dim instance As Broker
Dim value As Boolean
 
instance.IsPrimary = value
 
value = instance.IsPrimary
[XmlAttribute()]
[DefaultValue()]
public virtual bool IsPrimary {get; set;}
public read-write property IsPrimary: Boolean; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set IsPrimary : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property virtual bool get_IsPrimary();
public: __property virtual void set_IsPrimary( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property bool IsPrimary {
   bool get();
   void set (    bool value);
}

Property Value

true if this instance is primary; otherwise, false.
See Also

Reference

Broker Class
Broker Members