FindCriteria.ScopeMatchBy 属性
定义
获取或设置一个 URI,该 URI 指定如何匹配范围。Gets or sets a URI that specifies how scopes are matched.
public:
property Uri ^ ScopeMatchBy { Uri ^ get(); void set(Uri ^ value); };
public Uri ScopeMatchBy { get; set; }
member this.ScopeMatchBy : Uri with get, set
Public Property ScopeMatchBy As Uri
属性值
用于指定如何匹配范围的 URI。The URI that specifies how scopes are matched.