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


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

Syntax

Visual Basic (Declaration)
Function GetPropertyName() As String
C#
string GetPropertyName()
C++
String GetPropertyName() abstract 
J#
string GetPropertyName()
JScript
function GetPropertyName() : String

Return Value

A String specifying the property name.

See Also