Click or drag to resize

TagKey Property

Tag key

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public string Key { get; set; }

Property Value

Type: String
Remarks

Mandatory parameter A tag key consists of up to 36 characters, chosen from A-Z, a-z, 0-9, underscores (_), hyphens (-), and Unicode (\u4E00-\u9FFF) characters. The tag keys in one bucket must be unique.

See Also