Gets or sets the versioning information.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public Nullable<VersioningBehavior> Versioning { get; set; } |
Visual Basic |
---|
Public Property Versioning As Nullable(Of VersioningBehavior) Get Set |
Visual C++ |
---|
public: property Nullable<VersioningBehavior> Versioning { Nullable<VersioningBehavior> get (); void set (Nullable<VersioningBehavior> value); } |
Field Value
The versioning.Remarks
If this value is null, the property is not a "version" property
and IsVersionProperty will return false.