Edit

Share via


ProfilePropertyMetadata.TypeName Property

Definition

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

public:
 property System::String ^ TypeName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string TypeName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.TypeName : string with get, set
Public Property TypeName As String

Property Value

The assembly-qualified name of the profile property type.

Attributes

Applies to