FeedSyncServices.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
'Uso
Dim instance As FeedSyncServices
Dim value As FeedMetadata
value = instance.FeedMetadata
public FeedMetadata FeedMetadata { get; }
public:
property FeedMetadata^ FeedMetadata {
FeedMetadata^ get ();
}
/** @property */
public FeedMetadata get_FeedMetadata ()
public function get FeedMetadata () : FeedMetadata
Valor de la propiedad
Los metadatos para la fuente de FeedSync.
Notas
Debe haberse cargado una fuente de FeedSync anteriormente utilizando LoadFeed; de lo contrario, este método produce una excepción InvalidOperationException.
Vea también
Referencia
FeedSyncServices Clase
FeedSyncServices Miembros
Microsoft.Synchronization.FeedSync Espacio de nombres