ProfilePropertySettingsCollection.Get Method (String)

 

Returns the ProfileSection object with the specified name.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

Public Function Get (
	name As String
) As ProfilePropertySettings

Parameters

name
Type: System.String

The name of the ProfileSection to get.

Return Value

Type: System.Web.Configuration.ProfilePropertySettings

The ProfileSection object with the specified name, or null if the name does not exist.

.NET Framework
Available since 2.0
Return to top
Show: