Specifies the number of property definitions that can neither be moved nor removed from this class definition.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ProtectedPropertyCount As Nullable(Of Integer)
C#
Nullable<int> ProtectedPropertyCount { get; }
Visual C++
property Nullable<int> ProtectedPropertyCount {
	Nullable<int> get ();
}
JavaScript
function get_protectedPropertyCount();

ToggleRemarks

ToggleSee Also