LogIdSet.Remove Method

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

Removes a logging id from a LogIdSet object.

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

Syntax

'Declaration
Public Function Remove ( _
    id As Integer _
) As LogIdSet
public LogIdSet Remove(
    int id
)
public:
LogIdSet Remove(
    int id
)
member Remove : 
        id:int -> LogIdSet 
public function Remove(
    id : int
) : LogIdSet

Parameters

  • id
    Type: System.Int32
    A Int32 value that represents a logging ID.

Return Value

Type: Microsoft.SolverFoundation.Common.LogIdSet
A LogIdSet object without the id.

.NET Framework Security

See Also

Reference

LogIdSet Structure

Microsoft.SolverFoundation.Common Namespace