IArtifact.FileName (Propiedad)

Ubicación donde se almacena el archivo.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Deployments
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
Property FileName As String
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

IArtifact Interfaz

Microsoft.VisualStudio.Uml.Deployments (Espacio de nombres)