SlicerItem.SourceNameStandard Property
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.
Gets the slicer item's source name in standard English (United States) format settings.
public:
property System::String ^ SourceNameStandard { System::String ^ get(); };
public string SourceNameStandard { get; }
Public ReadOnly Property SourceNameStandard As String
Property Value
The slicer item's source name in standard English (United States) format settings.
Remarks
Read-only.
This property is used when a slicer item has a localized version and its SourceNameStandard property value differs from the SourceName property value, such as with date formatting.