Specifies the data-type identifier of the property described by this Image Services property description, which is the Content Engine data type corresponding to the Image Services server data type for a given property.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property ImageServicesDataType As Nullable(Of Integer)
C#
Nullable<int> ImageServicesDataType { get; }
C++
property Nullable<int> ImageServicesDataType abstract  {
    Nullable<int> get();
}
J#
/** property */
public Nullable<int> get_ImageServicesDataType();
JScript
public function get ImageServicesDataType() : Nullable<int>

Remarks

See Also