Propriété FeedSyncServices.FeedMetadata
Obtient les métadonnées du flux FeedSync.
Espace de noms: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FeedMetadata As FeedMetadata
'Utilisation
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
Valeur de propriété
Métadonnées du flux FeedSync.
Notes
Un flux FeedSync doit avoir été préalablement chargé en utilisant la méthode LoadFeed ; sinon cette méthode lève InvalidOperationException.
Voir aussi
Référence
Classe FeedSyncServices
Membres FeedSyncServices
Espace de noms Microsoft.Synchronization.FeedSync