次の方法で共有


By プロパティ

項目履歴の by 値を取得します。by 値が存在しない場合は、nullNothingnullptrunitNULL 参照 (Visual Basic では Nothing) が返されます。

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

構文

'宣言
Public ReadOnly Property By As String
    Get
'使用
Dim instance As FeedItemHistory
Dim value As String

value = instance.By
public string By { get; }
public:
property String^ By {
    String^ get ();
}
member By : string
function get By () : String

プロパティ値

型 : System. . :: . .String
項目履歴の by 値。by 値が存在しない場合は、nullNothingnullptrunitNULL 参照 (Visual Basic では Nothing)。

説明

Sync Framework では、この値の解釈や検証はまったく行われません。

by 値により、この項目に変更を加えたレプリカが示されます。

参照

参照

FeedItemHistoryクラス

FeedItemHistory メンバー

Microsoft.Synchronization.FeedSync 名前空間