AgileDotNetLicense Location
Returns the path to the file where the license was originally loaded from.
Syntax
Visual Basic
<Obfuscation(StripAfterObfuscation:=True, Exclude:=True, ApplyToMembers:=True, Feature:=""all"")> _Public ReadOnly Property Location() As String
Public Get
End Get
End Property
C#
[Obfuscation(StripAfterObfuscation=True, Exclude=True, ApplyToMembers=True, Feature=""all"")]public string Location { public get; }
Remarks
A license may originate from a file and then its location can be retrieved using this property, in case the license was not loaded from a file a null value is returned.