Share via


VariationDataSource.FieldName property

NOTE: This API is now obsolete.

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
<ObsoleteAttribute("Use of this control is not recommended - use the Variations Client Side OM instead",  _
    False)> _
Public Property FieldName As String
    Get
    Set
'Usage
Dim instance As VariationDataSource
Dim value As String

value = instance.FieldName

instance.FieldName = value
[ObsoleteAttribute("Use of this control is not recommended - use the Variations Client Side OM instead", 
    false)]
public string FieldName { get; set; }

Property value

Type: System.String

See also

Reference

VariationDataSource class

VariationDataSource members

Microsoft.SharePoint.Publishing.WebControls namespace