Specifies a PropertySettability constant, which indicates when the value of a property can be set. For special system property cases in which privileged write access may be granted, the PrivilegedSettability property governs the property's settability for users who have AccessRight.PRIVILEGED_SETTABILITY access, while the Settability property continues to indicate the property's settability for all other users. See the description of the PrivilegedSettability property for these special cases.

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

ToggleSyntax

Visual Basic (Declaration)
Property Settability As PropertySettability
C#
PropertySettability Settability { get; set; }
Visual C++
property PropertySettability Settability {
	PropertySettability get ();
	void set (PropertySettability value);
}
JavaScript
function get_settability();
function set_settability(value);

ToggleRemarks

ToggleSee Also