MultiLangBaseDocFieldControl.Value Property
Gets the value of the MultiLangBaseDocFieldControl object.
Namespace: Microsoft.Office.DocumentManagement.WebControls
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Value As Object
Get
'Usage
Dim instance As MultiLangBaseDocFieldControl
Dim value As Object
value = instance.Value
public override Object Value { get; }
Property Value
Type: System.Object
An object representing the value of the MultiLangBaseDocFieldControl object.
See Also
Reference
MultiLangBaseDocFieldControl Class