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)

Syntax

Visual Basic (Declaration)
ReadOnly Property ProtectedPropertyCount As Nullable(Of Integer)
C#
Nullable<int> ProtectedPropertyCount { get; }
C++
property Nullable<int> ProtectedPropertyCount abstract  {
    Nullable<int> get();
}
J#
/** property */
public Nullable<int> get_ProtectedPropertyCount();
JScript
public function get ProtectedPropertyCount() : Nullable<int>

Remarks

See Also