XSLTransform.Alias[Boolean] Property

Definition

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

true to store the alias in the HKEY_LOCAL_MACHINE registry key; false to store the alias in the HKEY_CURRENT_USER registry key. Only use this parameter to set the Alias[Boolean] property value, not to get the Alias[Boolean] property value.

Property Value

Applies to