[Missing <summary> documentation for "P:Dapfor.Net.Internal.Licensing.ComponentLicense.Licensee"]
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public string Licensee { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Licensee As String Get |
| Visual C++ |
|---|
public: property String^ Licensee { String^ get (); } |
| F# |
|---|
member Licensee : string with get |