ProfilePropertyMetadata.AllowAnonymousAccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.