Click or drag to resize
MembershipContextAllowOnlyRead Property

Note: This API is now obsolete.

Returns true if the current context allows only reading of the data

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use VirtualContext.ReadonlyMode property instead.")]
public static bool AllowOnlyRead { get; set; }

Property Value

Type: Boolean
See Also