PropertyRule.PropertyValues - Propriété
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property PropertyValues As List(Of String)
Get
Set
'Utilisation
Dim instance As PropertyRule
Dim value As List(Of String)
value = instance.PropertyValues
instance.PropertyValues = value
[DataMemberAttribute]
public List<string> PropertyValues { get; set; }
Valeur de propriété
Type : System.Collections.Generic.List<String>
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms