SlicerCache.SourceName

SlicerCache.SourceName property

Returns the name of cache field

public string SourceName { get; }

Examples


[C#]

//get the name of cache field.
Console.WriteLine(slicerCache.SourceName);

See Also