LogIdSet Constructor (Int32)

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

Initializes a new instance of the LogIdSet class.

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

Syntax

'Declaration
Public Sub New ( _
    id As Integer _
)
public LogIdSet(
    int id
)
public:
LogIdSet(
    int id
)
new : 
        id:int -> LogIdSet
public function LogIdSet(
    id : int
)

Parameters

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

.NET Framework Security

See Also

Reference

LogIdSet Structure

LogIdSet Overload

Microsoft.SolverFoundation.Common Namespace