Share via


IInteractionUse.ReferredToFile Property

The file in which the RefersTo Interaction (sequence diagram) is defined.

Namespace:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property ReferredToFile As String
string ReferredToFile { get; set; }
property String^ ReferredToFile {
    String^ get ();
    void set (String^ value);
}
abstract ReferredToFile : string with get, set
function get ReferredToFile () : String 
function set ReferredToFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IInteractionUse Interface

Microsoft.VisualStudio.Uml.Interactions Namespace