ScriptResourceAttribute.TypeName Property

Definition

Caution

This property is obsolete. Use StringResourceClientTypeName instead.

Gets the name that's used when retrieving the values in the resource file.

public:
 property System::String ^ TypeName { System::String ^ get(); };
public string TypeName { get; }
[System.Obsolete("This property is obsolete. Use StringResourceClientTypeName instead.")]
public string TypeName { get; }
member this.TypeName : string
[<System.Obsolete("This property is obsolete. Use StringResourceClientTypeName instead.")>]
member this.TypeName : string
Public ReadOnly Property TypeName As String

Property Value

The name that's used in client script when retrieving the values in the resource file.

Attributes

Remarks

The TypeName property contains the value that is used for retrieving localized resources in client script. The client script must include the TypeName value and the key name for the resource to be localized.

Applies to