Represents a Content Engine property that holds a String value.

Namespace:  FileNet.Api.Property
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyString _
	Implements IProperty, ICloneable
C#
public interface IPropertyString : IProperty, 
	ICloneable
Visual C++
public interface class IPropertyString : IProperty, 
	ICloneable
JavaScript
FileNet.Api.Property.IPropertyString = function();
FileNet.Api.Property.IPropertyString.createInterface('FileNet.Api.Property.IPropertyString');

ToggleSee Also