Selerix Developer Tools
NetworkID Property (PayerProductLocationEDI)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayerProductLocationEDI Class : NetworkID Property
Gets or sets the network ID.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property NetworkID As String
'Usage
 
Dim instance As PayerProductLocationEDI
Dim value As String
 
instance.NetworkID = value
 
value = instance.NetworkID
[XmlElement()]
public string NetworkID {get; set;}
public read-write property NetworkID: String; 
XmlElementAttribute()
public function get,set NetworkID : String
[XmlElement()]
public: __property string* get_NetworkID();
public: __property void set_NetworkID( 
   string* value
);
[XmlElement()]
public:
property String^ NetworkID {
   String^ get();
   void set (    String^ value);
}

Property Value

The network ID.
See Also

Reference

PayerProductLocationEDI Class
PayerProductLocationEDI Members