Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
AccName | Gets and sets the name of the Acc. |
![]() |
Parent | Gets the parent WebAddIn object of the content pages. |
![]() |
Src | Gets or sets the source path for the gadget. |
![]() |
Title | Gets or sets the title of the gadget. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
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