Selerix Developer Tools
OfferingID Property (DeductionCodeEDI)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > DeductionCodeEDI Class : OfferingID Property
Gets or sets the offering ID.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property OfferingID As String
'Usage
 
Dim instance As DeductionCodeEDI
Dim value As String
 
instance.OfferingID = value
 
value = instance.OfferingID
[XmlAttribute()]
public string OfferingID {get; set;}
public read-write property OfferingID: String; 
XmlAttributeAttribute()
public function get,set OfferingID : String
[XmlAttribute()]
public: __property string* get_OfferingID();
public: __property void set_OfferingID( 
   string* value
);
[XmlAttribute()]
public:
property String^ OfferingID {
   String^ get();
   void set (    String^ value);
}

Property Value

The offering ID.
See Also

Reference

DeductionCodeEDI Class
DeductionCodeEDI Members