Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.