Share via


IArtifact.FileName Property

The location where the file is stored.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IArtifact Interface

Microsoft.VisualStudio.Uml.Deployments Namespace