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 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. |