Share via


ConnectedServiceContext.UpdateContext Property

Definition

Gets or sets the information that is provided when a connected service is being updated, or null if the connected service is not being updated.

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

Property Value

Returns ConnectedServiceUpdateContext.

Applies to