ResourceBlock.Name

ResourceBlock.Name property

Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0).

public string Name { get; set; }

Property Value

The resource name.

See Also