Namespaces.IsEmpty Property

 

Gets if the Namespaces object is empty.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get();
}
member IsEmpty : bool with get
Public ReadOnly Property IsEmpty As Boolean

Property Value

Type: System.Boolean

true tf the Namespaces object is empty; otherwise, false.

See Also

Namespaces Class
System.Web.Security.SingleSignOn Namespace

Return to top