RevisionHistoryClass.Revision Property

Sandcastle XML Comments

Sandcastle XML Comments GuideRevisionHistoryClassRevision Property
This property has revision history

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public string Revision { get; set; }
Public Property Revision As String
	Get
	Set
public:
property String^ Revision {
	String^ get ();
	void set (String^ value);
}
member Revision : string with get, set

Property Value

Type: String
Revision History
DateVersionDescription
05/25/20149.0.1.4Added an example property
See Also