Proprietà FeedSyncServices.FeedMetadata
Ottiene i metadati per il feed FeedSync.
Spazio dei nomi: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property FeedMetadata As FeedMetadata
'Utilizzo
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
Valore proprietà
Metadati per il feed FeedSync.
Osservazioni
È necessario caricare prima un feed FeedSync utilizzando LoadFeed. In caso contrario questo metodo genera l'eccezione InvalidOperationException.
Vedere anche
Riferimento
Classe FeedSyncServices
Membri FeedSyncServices
Spazio dei nomi Microsoft.Synchronization.FeedSync