LogIdSet.Add Method

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

Adds an id to a LogIdSet object.

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

Syntax

'Declaration
Public Function Add ( _
    id As Integer _
) As LogIdSet
public LogIdSet Add(
    int id
)
public:
LogIdSet Add(
    int id
)
member Add : 
        id:int -> LogIdSet 
public function Add(
    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 with the id added.

.NET Framework Security

See Also

Reference

LogIdSet Structure

Microsoft.SolverFoundation.Common Namespace