![]() |
Previous | Next |
The GetProfiles method retrieves a Profiles collection object containing copies of all the Profile objects in the WebHost.
Syntax
Application.Project.Properties.PublishWebHost.GetProfiles()
Parameters
This method takes no parameters.
Return Values
This method returns a Profiles object.
Remarks
The collection returned by this method contains only copies of the Profile objects contained in the WebHost. Modifying these copies will have no effect.
See Also
Previous | Next |