ProfilePropertyMetadata.AllowAnonymousAccess Property

Definition

Gets or sets a value that indicates whether the property is available to unauthenticated users.

public:
 property bool AllowAnonymousAccess { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool AllowAnonymousAccess { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AllowAnonymousAccess : bool with get, set
Public Property AllowAnonymousAccess As Boolean

Property Value

true if the property is available to unauthenticated users; otherwise, false.

Attributes

Remarks

When you enable anonymous identification, you can set which profile properties are available to anonymous users. From the client application, use the AllowAnonymousAccess property to determine whether a profile property can be set for an anonymous user.

Applies to