{introducedin: 8.4}{description}
{excerpt}Returns the name of the {{SourceField}}. 
{excerpt}
{signature:C#}
 public System.String Name{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Name() As String
{signature}

{remarks}
This is set automatically the PivotTable is created. The name of each source field is the value in the first row of the column in the data source that corresponds to the source field.
{remarks}