Share via


SwitchableProperty.Value property

Gets or sets the value to be assigned via reflection to the property

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

Syntax

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

value = instance.Value

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

Property value

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

See also

Reference

SwitchableProperty class

SwitchableProperty members

Microsoft.SharePoint.Publishing.Navigation namespace