Compartir a través de


de la propiedad PropertyRuleCollection.PropertyRules

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property PropertyRules As List(Of PropertyRule)
    Get
    Set
'Uso
Dim instance As PropertyRuleCollection
Dim value As List(Of PropertyRule)

value = instance.PropertyRules

instance.PropertyRules = value
[DataMemberAttribute]
public List<PropertyRule> PropertyRules { get; set; }

Valor de propiedad

Tipo: System.Collections.Generic.List<PropertyRule>

Vea también

Referencia

clase PropertyRuleCollection

Miembros PropertyRuleCollection

Espacio de nombres Microsoft.Office.Server.Search.Administration