ProfileGroupBase.Init(ProfileBase, String) Method
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.
Used by ASP.NET to initialize the grouped profile property values and information.
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)
Parameters
- parent
- ProfileBase
The class that inherits ProfileBase that is assigned to the Profile property.
- myName
- String
The name of the profile property group.
Remarks
This method is not intended to be used from your code.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.