Propriedade IArtifact.FileName

O local onde o arquivo está armazenado.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

IArtifact Interface

Namespace Microsoft.VisualStudio.Uml.Deployments