Share via


RuleInfo.Id Property

Gets or sets the scope rule ID.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Id As Integer
    Get
    Set
'Usage
Dim instance As RuleInfo
Dim value As Integer

value = instance.Id

instance.Id = value
[DataMemberAttribute]
public int Id { get; set; }

Property Value

Type: System.Int32
The scope rule ID.

See Also

Reference

RuleInfo Class

RuleInfo Members

Microsoft.Office.Server.Search.Administration Namespace