Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.