IInternalConfigHost.IsRemote 属性

定义

返回一个值,该值指示配置是否为远程配置。

public:
 property bool IsRemote { bool get(); };
public bool IsRemote { get; }
member this.IsRemote : bool
Public ReadOnly Property IsRemote As Boolean

属性值

如果配置为远程配置,则为 true;否则为 false

适用于