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