Share via


LocalizedNameStruct.Value property

Gets or sets the localized name.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.Value

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

Property value

Type: System.String
The localized name.

See also

Reference

LocalizedNameStruct class

LocalizedNameStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace