Removes a constraint with the given name from
the collection.
[Visual Basic .NET] |
---|
Public Sub RemoveNamedConstraint( _
ByVal CnstrName As String _
)
|
[C#] |
---|
public void RemoveNamedConstraint(
|
[Managed C++] |
---|
public: void RemoveNamedConstraint(
|
[Java] |
---|
public removeNamedConstraint(
|
[Unmanaged C++] |
---|
public: HRESULT RemoveNamedConstraint(
|
- CnstrName