FeedMetadata.SharingInformation プロパティ

フィードの FeedSync 共有情報を取得します。共有情報が存在しない場合は、NULL 参照 (Visual Basic では Nothing) です。 が返されます。

名前空間: Microsoft.Synchronization.FeedSync
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)

構文

'宣言
Public ReadOnly Property SharingInformation As FeedSharingInformation
'使用
Dim instance As FeedMetadata
Dim value As FeedSharingInformation

value = instance.SharingInformation
public FeedSharingInformation SharingInformation { get; }
public:
property FeedSharingInformation^ SharingInformation {
    FeedSharingInformation^ get ();
}
/** @property */
public FeedSharingInformation get_SharingInformation ()
public function get SharingInformation () : FeedSharingInformation

プロパティ値

フィードの FeedSync 共有情報。共有情報が存在しない場合は、NULL 参照 (Visual Basic では Nothing) です。 が返されます。

参照

リファレンス

FeedMetadata クラス
FeedMetadata メンバー
Microsoft.Synchronization.FeedSync 名前空間