Skip to content

P_CommandLine_Infrastructure_LocalizableAttributeProperty_ResourceType

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

LocalizableAttributeProperty.ResourceType Property

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

Syntax

C#

public Type ResourceType { set; }

VB

Public WriteOnly Property ResourceType As Type
	Set

C++

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

F#

member ResourceType : Type with set

Property Value

Type: Type

See Also

Reference

LocalizableAttributeProperty Class
CommandLine.Infrastructure Namespace

Clone this wiki locally