ServiceProvider.ParentProvider 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 the current instance of the parent service provider.
protected:
property System::Object ^ ParentProvider { System::Object ^ get(); void set(System::Object ^ value); };
protected object ParentProvider { get; set; }
member this.ParentProvider : obj with get, set
Protected Property ParentProvider As Object
Property Value
The current instance of the parent service provider object.