Represents the definition of a property that holds a GUID string value. A PropertyDefinitionId object is created from a PropertyTemplateId object and contains mutable property metadata that you can customize. When a PropertyDefinitionId object is added to a class definition's PropertyDefinitions collection, a user-defined property is created in that class.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyDefinitionId
    Implements IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IPropertyDefinitionId : IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class IPropertyDefinitionId : IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface IPropertyDefinitionId implements IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface IPropertyDefinitionId extends IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: PropertyDefinition

See Also