Share via


Restriction.MessageId Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property MessageId As String
public string MessageId { get; set; }
public:
property String^ MessageId {
    String^ get ();
    void set (String^ value);
}
member MessageId : string with get, set
function get MessageId () : String 
function set MessageId (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Restriction Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace