|
<< Click to Display Table of Contents >> Navigation: CXS.Retail.DTO Assembly > Namespaces > CXS.Retail.DTO Namespace > Classes > StoreDTO > Properties > ProductLength Property |
Navigation: CXS.Retail.DTO Assembly > Namespaces > CXS.Retail.DTO Namespace > Classes > StoreDTO > Properties >
iVend Retail 6.6 - Web API Help
ProductLength Property
Collapse All Expand All Language Filter: All Language Filter: Multiple Language Filter: Visual Basic Language Filter: Visual Basic (Declaration) Language Filter: Visual Basic (Usage) Language Filter: C# Language Filter: C++/CLI
[TCheckBoxFormControlObj] Visual Basic (Declaration)
[TCheckBoxFormControlObj] Visual Basic (Usage)
[TCheckBoxFormControlObj] C#
[TCheckBoxFormControlObj] C++/CLI
CXS.Retail.DTO Namespace > StoreDTO Class : ProductLength Property |
Gets or sets the length of the product.
Syntax
•C#
'Declaration
<DataMemberAttribute(Order=24, IsRequired=True)>
Public Property ProductLength As Integer
'Usage
Dim instance As StoreDTO
Dim value As Integer
instance.ProductLength = value
value = instance.ProductLength
[DataMember(Order=24, IsRequired=true)]
public int ProductLength {get; set;}
[DataMember(Order=24, IsRequired=true)]
public:
property int ProductLength {
int get();
void set ( int value);
}
The length of the product.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also