RelationshipTypeFieldMapping(String, String) Constructor

Definition

Initializes a new instance of RelationshipTypeFieldMapping.

public RelationshipTypeFieldMapping (string profileFieldName, string relatedProfileKeyProperty);
new Azure.ResourceManager.CustomerInsights.Models.RelationshipTypeFieldMapping : string * string -> Azure.ResourceManager.CustomerInsights.Models.RelationshipTypeFieldMapping
Public Sub New (profileFieldName As String, relatedProfileKeyProperty As String)

Parameters

profileFieldName
String

Specifies the fieldName in profile.

relatedProfileKeyProperty
String

Specifies the KeyProperty (from StrongId) of the related profile.

Exceptions

profileFieldName or relatedProfileKeyProperty is null.

Applies to