FeedbackData.CustomData Property
Gets or sets any custom data to be associated with this FeedbackData object.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property CustomData As Object
Get
Set
'Usage
Dim instance As FeedbackData
Dim value As Object
value = instance.CustomData
instance.CustomData = value
public Object CustomData { get; set; }
Property Value
Type: System.Object
The custom data.