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

Usage

Visual Basic
Dim instance As WSTrustChannel
Dim value As IWSTrustChannelContract

value = instance.Contract

instance.Contract = value

Syntax

Visual Basic
Public Property Contract As IWSTrustChannelContract
C#
public IWSTrustChannelContract Contract { get; protected set; }
C++
public:
property IWSTrustChannelContract^ Contract {
		IWSTrustChannelContract^ get ();
		protected: void set (IWSTrustChannelContract^ value);
}
J#
/** @property */
public IWSTrustChannelContract get_Contract ()

/** @property */
protected void set_Contract (IWSTrustChannelContract value)
JScript
public function get Contract () : IWSTrustChannelContract

protected function set Contract (value : IWSTrustChannelContract)

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