Skip to content

P_CommandLine_Infrastructure_LocalizableAttributeProperty_Value

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

LocalizableAttributeProperty.Value Property

Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public string Value { get; set; }

VB

Public Property Value As String
	Get
	Set

C++

public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}

F#

member Value : string with get, set

Property Value

Type: String

See Also

Reference

LocalizableAttributeProperty Class
CommandLine.Infrastructure Namespace

Clone this wiki locally