LogIdSet Constructor (array<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 ( _
    ParamArray rgid As Integer() _
)
public LogIdSet(
    params int[] rgid
)
public:
LogIdSet(
    ... array<int>^ rgid
)
new : 
        rgid:int[] -> LogIdSet
public function LogIdSet(
    ... rgid : int[]
)

Parameters

  • rgid
    Type: array<System.Int32[]
    A Int32 value that represents an array of logging IDs.

Remarks

Sets a logging range.

.NET Framework Security

See Also

Reference

LogIdSet Structure

LogIdSet Overload

Microsoft.SolverFoundation.Common Namespace