 | CommonContractTypeSalesPerson Property |
Info about the sales person
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CommonSalesPersonInfoType SalesPerson { get; set; }
Public Property SalesPerson As CommonSalesPersonInfoType
Get
Set
function get SalesPerson () : CommonSalesPersonInfoType
function set SalesPerson (value : CommonSalesPersonInfoType)
function get_SalesPerson();
function set_SalesPerson(value);
Property Value
Type:
CommonSalesPersonInfoType
See Also