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


Name of the variable that caused the error.

Syntax

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

Example

See the EdmUnlockErrInfo examples.

See Also