PropertyRule.PropertyValues-Eigenschaft
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property PropertyValues As List(Of String)
Get
Set
'Usage
Dim instance As PropertyRule
Dim value As List(Of String)
value = instance.PropertyValues
instance.PropertyValues = value
[DataMemberAttribute]
public List<string> PropertyValues { get; set; }
Eigenschaftswert
Typ: System.Collections.Generic.List<String>