User.Items Property

[XmlArray("Items")] 
[XmlArrayItem("Item")] 
public BindingList<UserItem> Items {get; set;}
This language is not supported or no code example is available.
[XmlArray("Items")] 
[XmlArrayItem("Item")] 
public:  
property BindingList<UserItem^>^ Items { 
BindingList<UserItem^>^ get( ); 
void set( 
BindingList<UserItem^>^ value 
); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

BindingList<UserItem>

In this article

Definition