UpdateResource Method
Updates the resource.
Syntax
[VB.NET] Public Sub UpdateResource()
[C#] public void UpdateResource();
Remarks
This method updates the resource properties. The following properties may be set before calling this method:
Setting a new ResourceParentId or ResourceParentPath is the same as moving a resource by calling MoveResource. NOTE: This method has a corresponding asynchronous version (UpdateResourceAsync) for use in the Xamarin environment.