Miner.Responder.Framework.Tracing Namespace > FindCustomersBelowDeviceRequest Class : Customers Property |
'Declaration
Public ReadOnly Property Customers As System.Collections.Generic.IList(Of SimpleCustomer)
'Usage
Dim instance As FindCustomersBelowDeviceRequest Dim value As System.Collections.Generic.IList(Of SimpleCustomer) value = instance.Customers
public System.Collections.Generic.IList<SimpleCustomer> Customers {get;}
public read-only property Customers: System.Collections.Generic.IList;
public function get Customers : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<SimpleCustomer>* get_Customers();
public: property System.Collections.Generic.IList<SimpleCustomer>^ Customers { System.Collections.Generic.IList<SimpleCustomer>^ get(); }
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