XSLTransform.Location Property
Returns or sets the location of the specified transformation.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Location ( _
AllUsers As Boolean _
) As String
Get
Set
'Usage
Dim instance As XSLTransform
Dim AllUsers As Boolean
Dim value As String
value = instance.Location(AllUsers)
instance.Location(AllUsers) = value
string this[
bool AllUsers
] { get; set; }
Parameters
- AllUsers
Type: System.Boolean
Optional Boolean. True if all users have access to the specified object.
Property Value
Type: System.String