Annotation.RevisionId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the revision identifier.
public:
property long RevisionId { long get(); void set(long value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public long RevisionId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.RevisionId : int64 with get, set
Public Property RevisionId As Long
Property Value
The revision identifier.
- Attributes