Compartir a través de


FeedMetadata Propiedad

Obtiene los metadatos para la fuente de FeedSync.

Espacio de nombres:  Microsoft.Synchronization.FeedSync
Ensamblado:  Microsoft.Synchronization (en Microsoft.Synchronization.dll)

Sintaxis

'Declaración
Public ReadOnly Property FeedMetadata As FeedMetadata
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.Synchronization.FeedSync. . :: . .FeedMetadata
Los metadatos para la fuente de FeedSync.

Excepciones

Excepción Condición
InvalidOperationException

Una fuente de FeedSync no se cargó anteriormente con LoadFeed.

Vea también

Referencia

FeedSyncServices Clase

FeedSyncServices Miembros

Microsoft.Synchronization.FeedSync Espacio de nombres