IsVisibleInDynamoLibraryAttribute public sealed class IsVisibleInDynamoLibraryAttribute : Attribute This attribute is used to specify whether the item will be displayed in the library. Documentation Code public bool Visible { get; } public IsVisibleInDynamoLibraryAttribute(bool visible)