SliceByTagNames Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets the list of tagnames for the query to slice by.
'Declaration
Public Property SliceByTagNames As StringCollection
'Usage
Dim instance As AnalogSummaryQueryArgs
Dim value As StringCollection
instance.SliceByTagNames = value
value = instance.SliceByTagNames
public StringCollection SliceByTagNames {get; set;}
public:
property StringCollection^ SliceByTagNames {
StringCollection^ get();
void set ( StringCollection^ value);
}