VarianAPIs / Varian-Code-Samples

Code samples for ESAPI and other Varian APIs and web services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CategorizationTag in VisualScriptElement interface

avalgoma opened this issue · comments

Hi.

I need to categorizate a Visual Script Action Pack. According to definition I have:
public string CategorizationTag { get; set; }. How do I implement in the code?

I am trying somethin like:
public override string CategorizationTag
{
get
{
return "Report";
}
}

I doesn't work.
Many thanks in advance,

-- Agus