Share via


TeamFoundationNotification.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; internal set; }
public:
property String^ MessageId {
    String^ get ();
    internal: void set (String^ value);
}
member MessageId : string with get, internal set
function get MessageId () : String 
internal function set MessageId (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamFoundationNotification Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace