Class MinimalVersionAttribute
Marks the minimal version needed to have this link or this property or this function available.
Inheritance
System.Object
MinimalVersionAttribute
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class MinimalVersionAttribute : Attribute
Properties
MinumumVersion
Gets or sets the minumum version.
Declaration
public string MinumumVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String | The minumum version. |