AppInitStringBase.ConvertToDifferentAppInitStringType Method
Converts the application type to different app initialization string.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As AppInitStringBase
Dim applicationTypeId As Integer
Dim returnValue As AppInitStringBase
returnValue = instance.ConvertToDifferentAppInitStringType(applicationTypeId)
Syntax
'Declaration
Public Function ConvertToDifferentAppInitStringType ( _
applicationTypeId As Integer _
) As AppInitStringBase
public AppInitStringBase ConvertToDifferentAppInitStringType (
int applicationTypeId
)
public:
AppInitStringBase^ ConvertToDifferentAppInitStringType (
int applicationTypeId
)
public AppInitStringBase ConvertToDifferentAppInitStringType (
int applicationTypeId
)
public function ConvertToDifferentAppInitStringType (
applicationTypeId : int
) : AppInitStringBase
Parameters
- applicationTypeId
Specifies the application type id.
Return Value
App init string
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AppInitStringBase Class
AppInitStringBase Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.