XMLNamespace.Alias Property

Returns a String that represents the friendly name for the specified object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Alias ( _
    AllUsers As Boolean _
) As String
    Get
    Set
'Usage
Dim instance As XMLNamespace
Dim AllUsers As Boolean
Dim value As String

value = instance.Alias(AllUsers)

instance.Alias(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

See Also

Reference

XMLNamespace Interface

XMLNamespace Members

Microsoft.Office.Interop.Word Namespace