ProfileField is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class ProfileField
{
	string Label { get; set;  }
	string Value { get; set;  }
	bool IsUniqueId(string index);
}
Properties
| Name | Type | Description | Default | Options | 
|---|---|---|---|---|
| Label | string | |||
| Value | string | 
Methods
bool IsUniqueId(string index);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| index | string | Index | Required | 
Return Type
bool