GadgetInfo Class

 

Provides the information for the gadget of an add-in.

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

System::Object
  Microsoft.WindowsServerSolutions.Web.Extensibility::GadgetInfo

[SerializableAttribute]
public ref class GadgetInfo 

NameDescription
System_CAPS_pubpropertyAccName

Gets and sets the name of the Acc.

System_CAPS_pubpropertyParent

Gets the parent WebAddIn object of the content pages.

System_CAPS_pubpropertySrc

Gets or sets the source path for the gadget.

System_CAPS_pubpropertyTitle

Gets or sets the title of the gadget.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

This class supports the infrastructure and should not be used directly in your code.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: