| Visual Basic (Declaration) | |
|---|---|
Function GetAll() As List(Of AeInfo) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IAETitle Dim value As List(Of AeInfo) value = instance.GetAll() | |
| C# | |
|---|---|
List<AeInfo> GetAll() | |
| C++/CLI | |
|---|---|
List<AeInfo^>^ GetAll(); | |
Return Value
A list of server ae titles.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code