ProfilePropertyMetadata Properties
.NET Framework (current version)
Namespace:
System.Web.ApplicationServices
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | AllowAnonymousAccess | Gets or sets a value that indicates whether the property is available to unauthenticated users. |
![]() | DefaultValue | Gets or sets the default value of the property. |
![]() | ExtensionData | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a reference to an ExtensionDataObject instance. |
![]() | IsReadOnly | Gets or sets a value that indicates whether a profile property is read-only. |
![]() | PropertyName | Gets or sets the name of the profile property. |
![]() | SerializeAs | Gets or sets a value that indicates how to serialize the property value. |
![]() | TypeName | Gets or sets the assembly-qualified name of the profile property type. |
Show:
