WorkflowMarkupSourceAttribute::MD5Digest Property

 

Gets the MD5 hash algorithm computed checksum that is associated with the workflow markup source file.

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property String^ MD5Digest {
	String^ get();
}

Property Value

Type: System::String^

A String that contains the checksum associated with the workflow markup source file.

This value is used to compare if the workflow markup file has been changed.

.NET Framework
Available since 3.0
Return to top
Show: