Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft