Namespace: Microsoft.IdentityModel.Protocols.WSFederation
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As WSFederationMessage
Dim value As Uri

value = instance.BaseUri

instance.BaseUri = value

Syntax

Visual Basic
Public Property BaseUri As Uri
C#
public Uri BaseUri { get; set; }
C++
public:
property Uri^ BaseUri {
		Uri^ get ();
		void set (Uri^ value);
}
J#
/** @property */
public Uri get_BaseUri ()

/** @property */
public void set_BaseUri (Uri value)
JScript
public function get BaseUri () : Uri

public function set BaseUri (value : Uri)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also