XMLNamespace.Location[Boolean] 属性

定义

获取或设置指定 XML 命名空间的位置。

public:
 property System::String ^ Location[bool] { System::String ^ get(bool AllUsers); void set(bool AllUsers, System::String ^ value); };
public string Location[bool AllUsers = false] { get; set; }
member this.Location(bool) : string with get, set
Public Property Location(Optional AllUsers As Boolean = false) As String

参数

AllUsers
Boolean

可选属性,类型为 Boolean。 如果所有用户都有权访问指定的对象,则为 True

属性值

适用于