Represents a collection of Property values that you can manipulate.


Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
<DefaultMemberAttribute("Item")>
Public Interface IProperties
    Implements ICollection, IEnumerable, ICloneable
C#
[DefaultMemberAttribute("Item")]
public interface IProperties : ICollection, IEnumerable, ICloneable
C++
[DefaultMemberAttribute(L"Item")]
interface class IProperties : ICollection, IEnumerable, ICloneable
J#
/** @attribute DefaultMemberAttribute("Item") */
public interface IProperties implements ICollection, IEnumerable, ICloneable
JScript
public 
   DefaultMemberAttribute("Item")
interface IProperties extends ICollection, IEnumerable, ICloneable

See Also