vb System.Web.Configuration.RootProfilePropertySettingsCollection.GroupSettings类(方法)实例源码

下面列出了vb System.Web.Configuration.RootProfilePropertySettingsCollection.GroupSettings 类(方法)源码代码实例,从而了解它的用法。

作者:VB.NET开发    项目:System.Web.Configuratio   
' Display all current ProfileGroupSettings.
Console.WriteLine("Current ProfileGroupSettings:")
Dim PGSCtr As Integer = 0
For Each propGroups As ProfileGroupSettings In profileSection.PropertySettings.GroupSettings
                    Console.WriteLine("  {0}: ProfileGroupSettings '{1}'", ++PGSCtr, _
        propGroups.Name)
    Dim PPSCtr As Integer = 0
    For Each props As ProfilePropertySettings In propGroups.PropertySettings
        Console.WriteLine("    {0}: ProfilePropertySetting '{1}'", ++PPSCtr, _
            props.Name)
    Next
Next


问题


面经


文章

微信
公众号

扫码关注公众号