Visual Basic (Declaration) | |
---|---|
Public Property ListInputs As ListInputCollection(Of ListInput,RoleItem) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ListInput Dim value As ListInputCollection(Of ListInput,RoleItem) instance.ListInputs = value value = instance.ListInputs |
C# | |
---|---|
public ListInputCollection<ListInput,RoleItem> ListInputs {get; set;} |
C++/CLI | |
---|---|
public: property ListInputCollection<ListInput^,RoleItem^>^ ListInputs { ListInputCollection<ListInput^,RoleItem^>^ get(); void set ( ListInputCollection<ListInput^,RoleItem^>^ value); } |
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