PurviewAppLocation(PurviewLocationType, String) Constructor
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.
Creates a new instance of PurviewAppLocation.
public PurviewAppLocation(Microsoft.Agents.AI.Purview.PurviewLocationType locationType, string locationValue);
new Microsoft.Agents.AI.Purview.PurviewAppLocation : Microsoft.Agents.AI.Purview.PurviewLocationType * string -> Microsoft.Agents.AI.Purview.PurviewAppLocation
Public Sub New (locationType As PurviewLocationType, locationValue As String)
Parameters
- locationType
- PurviewLocationType
The type of location.
- locationValue
- String
The value of the location.