Selerix Developer Tools
SubnetworkID Property (DeductionCode)






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

Property Value

The subnetwork identifier.
See Also

Reference

DeductionCode Class
DeductionCode Members