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
string FileName { get; set; }
property String^ FileName {
String^ get();
void set(String^ value);
}
abstract FileName : string with get, set
Property FileName As String
Property Value
Type: System.String
See Also
IArtifact Interface
Microsoft.VisualStudio.Uml.Deployments Namespace
Return to top