TextValueWithLanguage.Text property

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

Syntax

'Declaration
Public Property Text As String
    Get
    Set
'Usage
Dim instance As TextValueWithLanguage
Dim value As String

value = instance.Text

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

Property value

Type: System.String

See also

Reference

TextValueWithLanguage class

TextValueWithLanguage members

Microsoft.SharePoint.Client.Publishing namespace