Represents the definition of a property that holds a string value. A
object is created from a
object and contains mutable property metadata that you can customize. When a
object is added to a class definition's
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