IdConverter 属性

获取或设置 ID 转换器。

命名空间:  Microsoft.Synchronization.FeedSync
程序集:  Microsoft.Synchronization(在 Microsoft.Synchronization.dll 中)

语法

声明
Public Property IdConverter As FeedIdConverter
    Get
    Set
用法
Dim instance As FeedConsumer
Dim value As FeedIdConverter

value = instance.IdConverter

instance.IdConverter = value
public FeedIdConverter IdConverter { get; set; }
public:
property FeedIdConverter^ IdConverter {
    FeedIdConverter^ get ();
    void set (FeedIdConverter^ value);
}
member IdConverter : FeedIdConverter with get, set
function get IdConverter () : FeedIdConverter
function set IdConverter (value : FeedIdConverter)

属性值

类型:Microsoft.Synchronization.FeedSync. . :: . .FeedIdConverter
ID 转换器。

异常

异常 条件
ArgumentNullException

value 为 null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) 。

请参阅

参考

FeedConsumer类

FeedConsumer 成员

Microsoft.Synchronization.FeedSync 命名空间