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

Syntax

Visual Basic (Declaration)
<SerializableAttribute>
Public Class FilteredPropertyType
    Implements ISerializable
C#
[SerializableAttribute]
public class FilteredPropertyType : ISerializable
C++
[SerializableAttribute]
ref class FilteredPropertyType : ISerializable
J#
/** @attribute SerializableAttribute() */
public class FilteredPropertyType implements ISerializable
JScript
public 
   SerializableAttribute
class FilteredPropertyType extends ISerializable

Inheritance Hierarchy

System.Object
   FileNet.Api.Constants.FilteredPropertyType

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also