Gets or sets the combined set of label images of this DigitalDefinition.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override string Label { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Overrides Property Label As String Get Set
[EditorBrowsableAttribute(EditorBrowsableState::Never)] public: virtual property String^ Label { String^ get () override; void set (String^ value) override; }