ISSOMapper2.GetApplications2(String[], String[], String[], String[], String[], Int32[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetApplications2([Runtime::InteropServices::Out] cli::array <System::String ^> ^ % applications, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % descriptions, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % contactInfo, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % userAccounts, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % adminAccounts, [Runtime::InteropServices::Out] cli::array <int> ^ % flags);
public void GetApplications2 (out string[] applications, out string[] descriptions, out string[] contactInfo, out string[] userAccounts, out string[] adminAccounts, out int[] flags);
abstract member GetApplications2 : String[] * String[] * String[] * String[] * String[] * Int32[] -> unit
Public Sub GetApplications2 (ByRef applications As String(), ByRef descriptions As String(), ByRef contactInfo As String(), ByRef userAccounts As String(), ByRef adminAccounts As String(), ByRef flags As Integer())
Parameters
- applications
- String[]
- descriptions
- String[]
- contactInfo
- String[]
- userAccounts
- String[]
- adminAccounts
- String[]
- flags
- Int32[]