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
'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: 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