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.

See Also

Reference

RepositoryLocation Class

RepositoryLocation Members

Microsoft.PerformancePoint.Scorecards Namespace