ResourceName Property
The name of the resource.
Syntax
[VB.NET] Public Property ResourceName As String
[C#] public string ResourceName {get; set;}
Remarks
This property specifies the name of the resource.
Naming restrictions:
- Names must be 255 characters or less.
- Names with non-printable ASCII are not supported.
- Names with the characters "/", "\", or trailing whitespace are not supported.
- The special names "." and ".." are not supported.
Default Value
""