FlexFieldGet() public method

get the Flexfield.
public FlexFieldGet ( ) : string
return string
Beispiel #1
0
 public string FlexFieldGet()
 {
     string d = string.Empty;
     AtulBusinessLogic adb = new AtulBusinessLogic();
     d = adb.FlexFieldGet();
     return d;
 }