Gets or sets the data-bin requested by the client.
public int RootBin {get; set;}
public int RootBin {get; set;}
get_RootBin();
set_RootBin(value);
public:
property int RootBin {
int get();
void set ( int value);
}
'Declaration
Public Property RootBin As Integer
'Usage
Dim instance As MetaReq
Dim value As Integer
instance.RootBin = value
value = instance.RootBin
Property Value
An Array of
ReqBoxProp which specify a list of box types that are of interest to the client.
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