Represents the fixed description of a property that holds a GUID string value. A PropertyDescriptionId object contains immutable property metadata, which you cannot directly modify.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyDescriptionId
    Implements IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
C#
public interface IPropertyDescriptionId : IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
C++
interface class IPropertyDescriptionId : IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
J#
public interface IPropertyDescriptionId implements IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
JScript
public interface IPropertyDescriptionId extends IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: PropertyDescription

See Also