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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.