Skip to content

P_CommandLine_BaseAttribute_ResourceType

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

BaseAttribute.ResourceType Property

Gets or sets the Type that contains the resources for HelpText.

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

Syntax

C#

public Type ResourceType { get; set; }

VB

Public Property ResourceType As Type
	Get
	Set

C++

public:
property Type^ ResourceType {
	Type^ get ();
	void set (Type^ value);
}

F#

member ResourceType : Type with get, set

Property Value

Type: Type

See Also

Reference

BaseAttribute Class
CommandLine Namespace

Clone this wiki locally