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
'Usage
Dim instance As FeedItemMetadata
Dim value As String
value = instance.ItemData
public string ItemData { get; }
public:
property String^ ItemData {
String^ get ();
}
/** @property */
public String get_ItemData ()
public function get ItemData () : String
Property Value
The item data formatted as XML text.
See Also
Reference
FeedItemMetadata Class
FeedItemMetadata Members
Microsoft.Synchronization.FeedSync Namespace