The globally unique identifier (GUID) of the column in which the value of the property is stored.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property ColumnId As Id
C#
Id ColumnId { get; }
C++
property Id ColumnId abstract  {
    Id get();
}
J#
/** property */
public Id get_ColumnId();
JScript
public function get ColumnId() : Id

Remarks

See Also