ILayerDependencyLink.Direction Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
'Declaration
Property Direction As String
string Direction { get; set; }
property String^ Direction {
String^ get ();
void set (String^ value);
}
abstract Direction : string with get, set
function get Direction () : String
function set Direction (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ILayerDependencyLink Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace