Share via


UpdateServiceInstanceResult.GettingStartedDocument Property

Definition

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

Leaving GettingStartedDocument null will result in the URL not being updated.

Applies to