ManagedWrapper.CanUpdate(String) Method

Definition

Specifies whether the wrapper can be upgraded.

public:
 virtual bool CanUpdate(System::String ^ CreationName);
public bool CanUpdate (string CreationName);
abstract member CanUpdate : string -> bool
override this.CanUpdate : string -> bool
Public Function CanUpdate (CreationName As String) As Boolean

Parameters

CreationName
String

The creation name.

Returns

The updated wrapper.

Implements

Applies to