Condividi tramite


Proprietà IArtifact.FileName

Posizione in cui è memorizzato il file.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Deployments
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IArtifact Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Deployments