TagList Property (ExecutionHistoryItem)
In This Topic
A comma-delimited list of tags assigned to the instance
Syntax
'Declaration
Public ReadOnly Property TagList As String
public string TagList {get;}
public:
property String^ TagList {
String^ get();
}
See Also