ServiceSettingsResponseInfo.ControlMeshShape 属性
定义
获取或设置解析程序服务是否传递引用。Gets or sets whether referrals are passed by the resolver service.
public:
property bool ControlMeshShape { bool get(); void set(bool value); };
public bool ControlMeshShape { get; set; }
member this.ControlMeshShape : bool with get, set
Public Property ControlMeshShape As Boolean
属性值
如果传递来自网络中的对等解析程序的引用,则为 true;如果忽略这些引用,则为 false。True if referrals from peers participating in the mesh are passed; false if they are ignored.