Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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