Share via


OtherProperty.Value property

Gets or sets the value of the OtherProperty object.

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

Syntax

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

value = instance.Value

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

Property value

Type: System.String

See also

Reference

OtherProperty class

OtherProperty members

Microsoft.SharePoint.Publishing.WebServices namespace