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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.