ImportLocalizedData.BindingVariable Property

Definition

The path from which to import the aliases.

public:
 property System::String ^ BindingVariable { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ BindingVariable { Platform::String ^ get(); void set(Platform::String ^ value); };
public string BindingVariable { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Variable" })]
[System.Management.Automation.Parameter(Position=0)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string BindingVariable { get; set; }
member this.BindingVariable : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "Variable" })>]
[<System.Management.Automation.Parameter(Position=0)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.BindingVariable : string with get, set
Public Property BindingVariable As String

Property Value

Attributes

Applies to