PSRemotingTransportRedirectException.RedirectLocation 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.
String specifying a redirect location.
public:
property System::String ^ RedirectLocation { System::String ^ get(); };
public:
property Platform::String ^ RedirectLocation { Platform::String ^ get(); };
public string RedirectLocation { get; }
member this.RedirectLocation : string
Public ReadOnly Property RedirectLocation As String