SOLIDWORKS PDM Professional API Help Send Feedback
MinimumSupportedClientSP Property (IEdmVault18)
See Also 
EPDM.Interop.epdm Namespace > IEdmVault18 Interface : MinimumSupportedClientSP Property (IEdmVault18)


Gets the minimum client service pack supported by this vault's views.

Syntax

Visual Basic 
ReadOnly Property MinimumSupportedClientSP As System.Integer
C# 
System.int MinimumSupportedClientSP {get;}
C++/CLI 
property System.int MinimumSupportedClientSP {
   System.int get();
}

Property Value

Minimum supported client service pack (e.g., 0, 1, 2, 3, 4, 5)

Remarks

As of SOLIDWORKS PDM Professional 2017 SP01, client/server minor version mismatches are supported. For example, if this method returns "0", then for the current major version (e.g., 2017), an SP0 client machine works with vault views created with other service packs.

See Also

Availability

SOLIDWORKS PDM Professional 2017 SP01