Gets a string describing the type of the dataset (data or events).
Syntax
public string GetDataSetTypeString()
public:
String^ GetDataSetTypeString();
'Declaration
Public Function GetDataSetTypeString() As String
'Usage
Dim instance As UADataSetData
Dim value As String
value = instance.GetDataSetTypeString()
Return Value
Returns a string describing the type of the dataset (data or events).
This method never returns null
(Nothing
in Visual Basic).
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also