IPropertyCollection interface
Representa um conjunto de propriedades; cada propriedade é um par chave/valor, onde a chave é uma cadeia de caracteres e o valor é um objeto.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Interface IPropertyCollection _
Inherits IEnumerable
'Uso
Dim instance As IPropertyCollection
public interface IPropertyCollection : IEnumerable