OANullProperty.Name Property

Gets the name of the property.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As OANullProperty
Dim value As String

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
final function get Name () : String
abstract Name : string
override Name : string

Property Value

Type: System.String

Implements

Property.Name

.NET Framework Security

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace