RelationshipTypeFieldMapping(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.