InstallationBehavior.IsSupported Property

 

Applies To: Windows Server Update Services

Whether this action is supported.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public bool IsSupported { get; set; }
public:
property bool IsSupported {
    bool get();
    void set(bool value);
}
member IsSupported : bool with get, set
Public Property IsSupported As Boolean

Property Value

Type: System.Boolean

true if the action is supported; otherwise false.

See Also

InstallationBehavior Class
Microsoft.UpdateServices.Administration Namespace

Return to top