AgileDotNetLicense.Location Property

SecureTeam Copy Protection

AgileDotNetLicense.Location Property

Returns the path to the file where the license was originally loaded from.

Syntax

<Obfuscation(StripAfterObfuscation:=True, Exclude:=True, ApplyToMembers:=True, Feature:=""all"")> _
Public ReadOnly Property Location() As String
   Public Get
   End Get
End Property
[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.

See Also

AgileDotNetLicense Class | AgileDotNet.Licensing Namespace