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

Property Value

Type: System.String

Implements

Reference.Path

.NET Framework Security

See Also

Reference

OAReferenceBase Class

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