Show / Hide Table of Contents

Property Name

| Improve this Doc View Source

Name

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest