You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I want to create a tag property with a key like below example
[TagsGroupKey("mykey")]
[UIHint("Tags")]
public virtual string Tags { get; set; }
but TagsGroupKey is not idetifiable.Can anybody help me how to get it.
The text was updated successfully, but these errors were encountered:
Hi All,
I want to create a tag property with a key like below example
[TagsGroupKey("mykey")]
[UIHint("Tags")]
public virtual string Tags { get; set; }
but TagsGroupKey is not idetifiable.Can anybody help me how to get it.
The text was updated successfully, but these errors were encountered: