ProfilePropertyMetadata::TypeName Property

 

Gets or sets the assembly-qualified name of the profile property type.

Namespace:   System.Web.ApplicationServices
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
[DataMemberAttribute]
property String^ TypeName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The assembly-qualified name of the profile property type.

You set the TypeName property in the element of the section of the Web.config file when the property is defined.

.NET Framework
Available since 3.5
Return to top
Show: