ProvideProfileAttribute.AlternateParent Property

Definition

Gets or sets the name of a different category in the profile.

public:
 property System::String ^ AlternateParent { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ AlternateParent { Platform::String ^ get(); void set(Platform::String ^ value); };
public string AlternateParent { get; set; }
member this.AlternateParent : string with get, set
Public Property AlternateParent As String

Property Value

The name of a different category in the profile.

Remarks

This property allows the data to be parented under a different category in the profile.

Applies to