Share via


AddServiceInstanceResult(String, Uri) Constructor

Definition

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.

Applies to