共用方式為


ProfileGroupBase.Init(ProfileBase, String) 方法

定義

ASP.NET 用於初始化群組設定檔屬性值和資訊。

public:
 void Init(System::Web::Profile::ProfileBase ^ parent, System::String ^ myName);
public void Init (System.Web.Profile.ProfileBase parent, string myName);
member this.Init : System.Web.Profile.ProfileBase * string -> unit
Public Sub Init (parent As ProfileBase, myName As String)

參數

parent
ProfileBase

類別,繼承指派給 ProfileBase 屬性的 Profile

myName
String

設定檔屬性群組的名稱。

備註

這個方法並不適合從程式碼使用。

適用於

另請參閱