ISSOAdmin.CreateApplication(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 CreateApplication(System::String ^ applicationName, System::String ^ description, System::String ^ contactInfo, System::String ^ userGroupName, System::String ^ adminGroupName, int flags, int numFields);
public void CreateApplication (string applicationName, string description, string contactInfo, string userGroupName, string adminGroupName, int flags, int numFields);
abstract member CreateApplication : string * string * string * string * string * int * int -> unit
Public Sub CreateApplication (applicationName As String, description As String, contactInfo As String, userGroupName As String, adminGroupName As String, flags As Integer, numFields As Integer)
Parameters
- applicationName
- String
- description
- String
- contactInfo
- String
- userGroupName
- String
- adminGroupName
- String
- flags
- Int32
- numFields
- Int32