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.