向用户配置文件组添加属性。

<configuration> 元素
??system.web 元素(ASP.NET 设置架构)
????profile 元素(ASP.NET 设置架构)
??????profile 的 properties 元素(ASP.NET 设置架构)
????????profile 的 properties 的 group 元素(ASP.NET 设置架构)
??????????profile 的 group 的 add 元素(ASP.NET 设置架构)
<add 
    name="property name" 
    type="fully qualified type reference"
    provider="provider name"
    serializeAs="String|Xml|Binary|ProviderSpecific"
    allowAnonymous="true|false"
    defaultValue="default property value"
    readOnly="true|false"
        customProviderData="data for a custom profile provider" />
/>

Expand 图像属性和元素

Expand 图像备注

Expand 图像示例

Expand 图像元素信息

Expand image请参见