AddServiceInstanceResult.GettingStartedDocument Property
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.
Gets or sets the "Getting Started" documentation information.
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.