In This Topic
Initializes a new instance of the
AttrRevision class.
Syntax
'Declaration
Public Function New( _
ByVal As Attr, _
Optional ByVal As System.Integer _
)
public AttrRevision(
Attr ,
System.int
)
Parameters
- attr
- The underlying Attr object.
- revision
- The revision of the attribute, 0 by default.
See Also