Class SinkShared
- Namespace
- VisioForge.Core.Types.X.Sinks
- Assembly
- VisioForge.Core.dll
Shared sink configuration containing common sink properties.
public class SinkSharedInheritance
Inherited Members
Properties
Type
Gets or sets the type.
public SinkType Type { get; set; }Property Value
URI
Gets or sets the URI.
public string URI { get; set; }