Gets or sets the key of a .resx object

Namespace:  C1.WPF.Localization
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[ConstructorArgumentAttribute("key")]
public string Key { get; set; }
Visual Basic (Declaration)
<ConstructorArgumentAttribute("key")> _
Public Property Key As String
	Get
	Set

See Also