TaskUIUtils.IsPackageNameTaken(String, String) 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:
static bool IsPackageNameTaken(System::String ^ packageName, System::String ^ serverName);
public static bool IsPackageNameTaken (string packageName, string serverName);
static member IsPackageNameTaken : string * string -> bool
Public Shared Function IsPackageNameTaken (packageName As String, serverName As String) As Boolean
Parameters
- packageName
- String
- serverName
- String