ImportLocalizedData.BindingVariable 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.
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