ILayerDependencyLink.Direction Property
Get/set the link direction (Forwards, Backwards and Bidirectional).
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
string Direction { get; set; }
property String^ Direction {
String^ get();
void set(String^ value);
}
abstract Direction : string with get, set
Property Direction As String
Property Value
Type: System.String
See Also
ILayerDependencyLink Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top