ProfileIncoTerms Property | |
Gets or sets IncoTerms
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<IncoTerm> IncoTerms { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property List<IncoTerm^>^ IncoTerms {
List<IncoTerm^>^ get () sealed;
void set (List<IncoTerm^>^ value) sealed;
}
function get_IncoTerms();
function set_IncoTerms(value);
Property Value
Type:
ListIncoTermImplements
IProfileIncoTermsSee Also