FeedSyncServices.FeedMetadata Property

Gets the metadata for the FeedSync feed.

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

Syntax

'Declaration
Public ReadOnly Property FeedMetadata As FeedMetadata
    Get
'Usage
Dim instance As FeedSyncServices
Dim value As FeedMetadata

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

Property Value

Type: Microsoft.Synchronization.FeedSync.FeedMetadata
The metadata for the FeedSync feed.

Exceptions

Exception Condition
InvalidOperationException

A FeedSync feed was not previously loaded with LoadFeed.

See Also

Reference

FeedSyncServices Class

Microsoft.Synchronization.FeedSync Namespace