FeedSyncServices::FeedMetadata Property

Gets the metadata for the FeedSync feed.

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

public:
property FeedMetadata^ FeedMetadata {
	FeedMetadata^ get ();
}

Property Value

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

ExceptionCondition
InvalidOperationException

A FeedSync feed was not previously loaded with LoadFeed.

Show: