NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolDocument.CheckSumAlgorithmId

Gets the checksum algorithm identifier.

[Visual Basic]
ReadOnly Property CheckSumAlgorithmId As Guid
[C#]
Guid CheckSumAlgorithmId {get;}
[C++]
Guid get_CheckSumAlgorithmId() = 0;
[JScript]
abstract function get CheckSumAlgorithmId() : Guid;

Property Value

Return the check sum algorithm identifier.

Remarks

A GUID of all zeros if there is no checksum.

See Also

ISymbolDocument Interface | ISymbolDocument Members | System.Diagnostics.SymbolStore Namespace