AddServiceInstanceResult(String, Uri) 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.
Initializes a new instance of the AddServiceInstanceResult class.
public:
AddServiceInstanceResult(System::String ^ folderName, Uri ^ gettingStartedUrl);
public AddServiceInstanceResult (string folderName, Uri gettingStartedUrl);
new Microsoft.VisualStudio.ConnectedServices.AddServiceInstanceResult : string * Uri -> Microsoft.VisualStudio.ConnectedServices.AddServiceInstanceResult
Public Sub New (folderName As String, gettingStartedUrl As Uri)
Parameters
- folderName
- String
The unique name of the folder where the service artifacts are stored.
- gettingStartedUrl
- Uri
The Uri that will be launched to show the "Getting Started" documentation to the user, or null if one isn't available.