Share via


WebAddInInfo.IsBuiltIn Property

 

Indicates whether the web add-in is a built-in component.

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

Syntax

public bool IsBuiltIn { get; set; }
public:
property bool IsBuiltIn {
    bool get();
    void set(bool value);
}
Public Property IsBuiltIn As Boolean

Property Value

Type: System.Boolean

true if the add-in is a built-in component; otherwise, false.

See Also

WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace

Return to top