Property Name
| Improve this Doc View SourceName
Gets or sets a value indicates the license file name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | A value indicates the license file name. The default value is ".lic". |
Remarks
When value of FolderOption property is Assembly and the value starts with ".", a combination of the assembly name and this value will be used. For example, for assembly TestApp.exe, if the value of FolderOption property is Assembly (the default) and the value of Name property is ".lic" (the default), file name "TestApp.exe.lic" will be used.