ISSOAdmin.GetApplicationInfo(String, String, String, String, String, Int32, 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 GetApplicationInfo(System::String ^ applicationName, [Runtime::InteropServices::Out] System::String ^ % description, [Runtime::InteropServices::Out] System::String ^ % contactInfo, [Runtime::InteropServices::Out] System::String ^ % userGroupName, [Runtime::InteropServices::Out] System::String ^ % adminGroupName, [Runtime::InteropServices::Out] int % flags, [Runtime::InteropServices::Out] int % numFields);
public void GetApplicationInfo (string applicationName, out string description, out string contactInfo, out string userGroupName, out string adminGroupName, out int flags, out int numFields);
abstract member GetApplicationInfo : string * string * string * string * string * int * int -> unit
Public Sub GetApplicationInfo (applicationName As String, ByRef description As String, ByRef contactInfo As String, ByRef userGroupName As String, ByRef adminGroupName As String, ByRef flags As Integer, ByRef numFields As Integer)
Parameters
- applicationName
- String
- description
- String
- contactInfo
- String
- userGroupName
- String
- adminGroupName
- String
- flags
- Int32
- numFields
- Int32