Share via


WebAddInInfo.Gadget Property

 

Gets the metadata for the gadget.

Namespace:   Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public GadgetInfo Gadget { get; set; }
public:
property GadgetInfo^ Gadget {
    GadgetInfo^ get();
    void set(GadgetInfo^ value);
}
Public Property Gadget As GadgetInfo

Property Value

Type: Microsoft.WindowsServerSolutions.Web.Extensibility.GadgetInfo

An instance of GadgetInfo.

See Also

WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace

Return to top