XMLNamespace.Alias[Boolean] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String that represents the friendly name for the specified object.
public:
property System::String ^ Alias[bool] { System::String ^ get(bool AllUsers); void set(bool AllUsers, System::String ^ value); };
public string Alias[bool AllUsers = false] { get; set; }
member this.Alias(bool) : string with get, set
Public Property Alias(Optional AllUsers As Boolean = false) As String
Parameters
- AllUsers
- Boolean
Optional Boolean. True if all users have access to the specified object.