UpdateServiceInstanceResult.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
Leaving GettingStartedDocument null will result in the URL not being updated.