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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ColumnId As Id
C#
Id ColumnId { get; }
Visual C++
property Id^ ColumnId {
	Id^ get ();
}
JavaScript
function get_columnId();

ToggleRemarks

ToggleSee Also