Represents a collection of Property values that you can manipulate.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
| Visual Basic (Declaration) |
|---|
Public Interface IProperties _
Implements ICollection, IEnumerable, ICloneable |
| C# |
|---|
public interface IProperties : ICollection,
IEnumerable, ICloneable |
| Visual C++ |
|---|
public interface class IProperties : ICollection,
IEnumerable, ICloneable |
| JavaScript |
|---|
FileNet.Api.Property.IProperties = function();
FileNet.Api.Property.IProperties.createInterface('FileNet.Api.Property.IProperties'); |