RenameFile.OldUri Property
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.
Gets or sets the old (existing) location.
public:
property Uri ^ OldUri { Uri ^ get(); void set(Uri ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="oldUri")]
public Uri OldUri { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="oldUri")>]
member this.OldUri : Uri with get, set
Public Property OldUri As Uri
Property Value
- Attributes