LogIdSet.ContainsAny Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a value indicating whether a LogIdSet object has any logging ID.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Function ContainsAny ( _
    set As LogIdSet _
) As Boolean
public bool ContainsAny(
    LogIdSet set
)
public:
bool ContainsAny(
    LogIdSet set
)
member ContainsAny : 
        set:LogIdSet -> bool 
public function ContainsAny(
    set : LogIdSet
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the LogIdSet object has any logging ID; otherwise, false.

.NET Framework Security

See Also

Reference

LogIdSet Structure

Microsoft.SolverFoundation.Common Namespace