다음을 통해 공유


Prop.LocalizedValue Property

Gets or sets the localized representation of the data value.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property LocalizedValue As String
    Get
    Set
'Usage
Dim instance As Prop
Dim value As String

value = instance.LocalizedValue

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

Property Value

Type: System.String
A String representing the localized value.

Remarks

If no localized value exists, the null value is returned.

See Also

Reference

Prop Class

Prop Members

Microsoft.SharePoint.JSGrid Namespace