Selerix Developer Tools
EmployeeName Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects.ACA Namespace > TransmitterErrorDetailGrpWithCorrectionType Class : EmployeeName Property
Employee's name
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property EmployeeName As String
'Usage
 
Dim instance As TransmitterErrorDetailGrpWithCorrectionType
Dim value As String
 
instance.EmployeeName = value
 
value = instance.EmployeeName
[XmlIgnore()]
public string EmployeeName {get; set;}
public read-write property EmployeeName: String; 
XmlIgnoreAttribute()
public function get,set EmployeeName : String
[XmlIgnore()]
public: __property string* get_EmployeeName();
public: __property void set_EmployeeName( 
   string* value
);
[XmlIgnore()]
public:
property String^ EmployeeName {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

TransmitterErrorDetailGrpWithCorrectionType Class
TransmitterErrorDetailGrpWithCorrectionType Members