Share via


OAProject.FullName 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 FullName As String
public virtual string FullName { get; }
public:
virtual property String^ FullName {
    String^ get ();
}
abstract FullName : string
override FullName : string
function get FullName () : String

Property Value

Type: System.String

Implements

Project.FullName

.NET Framework Security

See Also

Reference

OAProject Class

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