SOLIDWORKS PDM Professional API Help Send Feedback
mbsConfigName Field
See Also 
EPDM.Interop.epdm Namespace > EdmUnlockErrInfo Structure : mbsConfigName Field


Name of configuration (layout) where the variable value that caused the error is stored.

Syntax

Visual Basic 
Public mbsConfigName As System.String
C# 
public System.string mbsConfigName
C++/CLI 
public:
System.String^ mbsConfigName

Example

See the EdmUnlockErrInfo examples.

See Also