Share via


IConsiderIgnoreFragment.ConsiderIgnoreMessages Property

A comma-separated list of messages to be considered or ignored.

Namespace:  Microsoft.VisualStudio.Uml.Interactions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property ConsiderIgnoreMessages As String
string ConsiderIgnoreMessages { get; set; }
property String^ ConsiderIgnoreMessages {
    String^ get ();
    void set (String^ value);
}
abstract ConsiderIgnoreMessages : string with get, set
function get ConsiderIgnoreMessages () : String 
function set ConsiderIgnoreMessages (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IConsiderIgnoreFragment Interface

Microsoft.VisualStudio.Uml.Interactions Namespace