TeamFoundationNotification.SubscriberOverrideId Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property SubscriberOverrideId As Guid
public Guid SubscriberOverrideId { get; set; }
public:
property Guid SubscriberOverrideId {
Guid get ();
void set (Guid value);
}
member SubscriberOverrideId : Guid with get, set
function get SubscriberOverrideId () : Guid
function set SubscriberOverrideId (value : Guid)
Property Value
Type: System.Guid
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.