JoinOptions.JoinAttributeNames

JoinOptions.JoinAttributeNames property

Specifies a list of attribute names to be joined. If it is null or empty, all attributes of the joined layer will be joined.

public List<string> JoinAttributeNames { get; set; }

See Also