ManagedWrapper.CanUpdate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.