Represents a Content Engine property that holds an Id (GUID string) value.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Interface IPropertyId _
Implements IProperty, ICloneable |
C# |
---|
public interface IPropertyId : IProperty,
ICloneable |
Visual C++ |
---|
public interface class IPropertyId : IProperty,
ICloneable |
JavaScript |
---|
FileNet.Api.Property.IPropertyId = function();
FileNet.Api.Property.IPropertyId.createInterface('FileNet.Api.Property.IPropertyId'); |