'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The label of the tick.")> Public Property Label As System.String
[DefaultValue(null)] [Description("The label of the tick.")] public System.String Label { get; set; }
[DefaultValue(null)] [Description("The label of the tick.")] public: __property System.String get_Label(); public: __property void set_Label(
System.String value
);
[DefaultValue(null)] [Description("The label of the tick.")] public:
property System.String Label { System.String get(); void set(System.String value); }
Property Value
Ярлык может содержать не более 16 символов.
Значение по умолчанию - string.Empty.
Значение по умолчанию - string.Empty.