Share via


GadgetInfo Class

 

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

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public class GadgetInfo
[SerializableAttribute]
public ref class GadgetInfo 
<SerializableAttribute>
Public Class GadgetInfo

Properties

Name Description
System_CAPS_pubproperty AccName

Gets and sets the name of the Acc.

System_CAPS_pubproperty Parent

Gets the parent WebAddIn object of the content pages.

System_CAPS_pubproperty Src

Gets or sets the source path for the gadget.

System_CAPS_pubproperty Title

Gets or sets the title of the gadget.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

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

Thread Safety

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

See Also

Microsoft.WindowsServerSolutions.Web.Extensibility Namespace

Return to top