ConnectedServiceConfiguredEventArgs.ConnectedServiceProvider 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 information about the Connected Service that was configured.
public: property Microsoft::VisualStudio::ConnectedServices::ConnectedServiceProvider ^ ConnectedServiceProvider { public:
Microsoft::VisualStudio::ConnectedServices::ConnectedServiceProvider ^ get(); protected:
void set(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceProvider ^ value); };
public Microsoft.VisualStudio.ConnectedServices.ConnectedServiceProvider ConnectedServiceProvider { get; protected set; }
member this.ConnectedServiceProvider : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceProvider with get, set
Public Property ConnectedServiceProvider As ConnectedServiceProvider