Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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