Dela via


FeedItemMetadata.ItemData Property

Gets the item data formatted as XML text.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property ItemData As String
    Get
'Usage
Dim instance As FeedItemMetadata
Dim value As String

value = instance.ItemData
public string ItemData { get; }
public:
property String^ ItemData {
    String^ get ();
}
member ItemData : string
function get ItemData () : String

Property Value

Type: System.String
The item data formatted as XML text.

See Also

Reference

FeedItemMetadata Class

Microsoft.Synchronization.FeedSync Namespace