Additional information related to the assertion that assists processing in certain situations but which may be ignored by applications that do not understand the advice or do not wish to make use of it. [Saml2Core, 2.3.3]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As Saml2Assertion
Dim value As Saml2Advice

value = instance.Advice

instance.Advice = value

Syntax

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

/** @property */
public void set_Advice (Saml2Advice value)
JScript
public function get Advice () : Saml2Advice

public function set Advice (value : Saml2Advice)

Property Value

Returns a Saml2Advice.

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