Selerix Developer Tools
NetworkID Property (Application)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Application Class : NetworkID Property
Gets or sets the Network ID. The NetworkID property gets or sets the Network ID.
Syntax
'Declaration
 
Public Overridable Property NetworkID As String
'Usage
 
Dim instance As Application
Dim value As String
 
instance.NetworkID = value
 
value = instance.NetworkID
public virtual string NetworkID {get; set;}
public read-write property NetworkID: String; virtual; 
public function get,set NetworkID : String
public: __property virtual string* get_NetworkID();
public: __property virtual void set_NetworkID( 
   string* value
);
public:
virtual property String^ NetworkID {
   String^ get();
   void set (    String^ value);
}

Property Value

The Network ID.
See Also

Reference

Application Class
Application Members