OwnerShipType Property

<< Click to Display Table of Contents >>

Navigation:  CXS.Retail.DTO Assembly > Namespaces > CXS.Retail.DTO Namespace > Classes > WarehouseDTO > Properties >

OwnerShipType Property

iVend Retail 6.6 - Web API Help

OwnerShipType 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 > WarehouseDTO Class : OwnerShipType Property

Mandatory

Gets or sets the type of the ownership of the warehouse.

Valid values are

CompanyOwnedCompanyOperated = 0

CompanyOwnedDistributorOperated = 1

DistributorOwnedDistributorOperated = 2

Syntax

Visual Basic

C#

C++/CLI

'Declaration
<DataMemberAttribute(Order=4, IsRequired=True)>
Public Property OwnerShipType As CXS.SubSystem.Security.StoreOwnerShipType
'Usage
Dim instance As WarehouseDTO
Dim value As CXS.SubSystem.Security.StoreOwnerShipType
instance.OwnerShipType = value
value = instance.OwnerShipType
[DataMember(Order=4, IsRequired=true)]
public CXS.SubSystem.Security.StoreOwnerShipType OwnerShipType {getset;}
[DataMember(Order=4, IsRequired=true)]
public:
property CXS.SubSystem.Security.StoreOwnerShipType OwnerShipType {
   CXS.SubSystem.Security.StoreOwnerShipType get();
   void set (    CXS.SubSystem.Security.StoreOwnerShipType value);
}

Property Value

The type of the owner ship.

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

Reference

WarehouseDTO Class

WarehouseDTO Members

Send Feedback