Gets or sets the length of the resource map in number of symbols.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property ResourceMapLengthInSymbols As Integer |
| C# | |
|---|
public abstract int ResourceMapLengthInSymbols {get; set;} |
| C++/CLI | |
|---|
public:
abstract property int ResourceMapLengthInSymbols {
int get();
void set ( int value);
} |
Property Value
The default value is 64. The minimum value is 1.
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also