Share via


OAProject.FileName Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property FileName As String
public virtual string FileName { get; }
public:
virtual property String^ FileName {
    String^ get ();
}
abstract FileName : string
override FileName : string
function get FileName () : String

Property Value

Type: System.String

Implements

Project.FileName

.NET Framework Security

See Also

Reference

OAProject Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace