Compartir a través de


XMLNamespace.Location Property

Word Developer Reference

Returns or sets a String that represents the physical location of the namespace of an XML schema in the Schema Library. Read/write.

Syntax

expression.Location(AllUsers)

expression   An expression that returns an XMLNamespace object.

Parameters

Name Required/Optional Data Type Description
AllUsers Optional Boolean Specifies whether to return the location for all users. False returns the location for only the current user, which may be different than the location for all users.

See Also