ProxyGenerationResult.Fingerprint Property
Gets or sets the fingerprint or conceptual signature of the proxy, which may be used as a unique key with which to cache the result.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Property Fingerprint As Byte()
Get
Set
'Usage
Dim instance As ProxyGenerationResult
Dim value As Byte()
value = instance.Fingerprint
instance.Fingerprint = value
public byte[] Fingerprint { get; set; }
Property Value
Type: []
The fingerprint or the conceptual signature of the proxy.