Returns the name of the Content Engine property represented by this Property object.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetPropertyName As String
C#
string GetPropertyName()
Visual C++
String^ GetPropertyName()
JavaScript
function getPropertyName();

Return Value

A String specifying the property name.

ToggleSee Also