Share via


SwitchableProperty.Name property

Gets or sets the name of the property to be assigned via reflection.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property Name As String
    Get
    Set
'Usage
Dim instance As SwitchableProperty
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }

Property value

Type: System.String
The name of the property to be assigned via reflection

See also

Reference

SwitchableProperty class

SwitchableProperty members

Microsoft.SharePoint.Publishing.Navigation namespace