Represents the definition of a property that holds a string value. A PropertyDefinitionString object is created from a PropertyTemplateString object and contains mutable property metadata that you can customize. When a PropertyDefinitionString 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 IPropertyDefinitionString
    Implements IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IPropertyDefinitionString : IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class IPropertyDefinitionString : IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface IPropertyDefinitionString implements IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface IPropertyDefinitionString 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