Specifies the name of the property described by this Image Services (IS) property description, which must corresponds to an existing IS property of the same name. This property is used by the IS Import Agent to map the properties of an IS document to Content Engine properties when importing federated documents.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property ImageServicesPropertyName As String
C#
string ImageServicesPropertyName { get; }
C++
property string ImageServicesPropertyName abstract  {
    String get();
}
J#
/** property */
public string get_ImageServicesPropertyName();
JScript
public function get ImageServicesPropertyName() : String

Remarks

See Also