Edit

Share via


ResXDataNode.Name Property

Definition

Gets or sets the name of this resource.

C#
public string Name { get; set; }

Property Value

A string that corresponds to the resource name. If no name is assigned, this property returns a zero-length string.

Exceptions

The name property is set to null.

The name property is set to a string of zero length.

Applies to