AddServiceInstanceResult.GettingStartedDocument Property

Definition

Contains information for launching the Getting Started documentation.

public:
 property Microsoft::VisualStudio::ConnectedServices::GettingStartedDocument ^ GettingStartedDocument { Microsoft::VisualStudio::ConnectedServices::GettingStartedDocument ^ get(); void set(Microsoft::VisualStudio::ConnectedServices::GettingStartedDocument ^ value); };
public Microsoft.VisualStudio.ConnectedServices.GettingStartedDocument GettingStartedDocument { get; set; }
member this.GettingStartedDocument : Microsoft.VisualStudio.ConnectedServices.GettingStartedDocument with get, set
Public Property GettingStartedDocument As GettingStartedDocument

Property Value

Returns GettingStartedDocument.

Remarks

The "Getting Started" document will be launched when configuration completes, and will be listed within the Service folder for viewing the documentation at a later point. Leave null if you want to opt out of the built-in "Getting Started" functionality.

Applies to