RepositoryLocation.HashGuid property
Gets the hash of the ToString() method, which is used to create a GUID.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property HashGuid As Guid
Get
'Usage
Dim instance As RepositoryLocation
Dim value As Guid
value = instance.HashGuid
public Guid HashGuid { get; }
Property value
Type: System.Guid
The hash (exactly 16 bytes) based on the ToString() method, which is used to create a GUID.