ClientNotificationSubscription.MessageReceiver Property
Namespace: Microsoft.VisualStudio.Services.ClientNotification
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property MessageReceiver As String
[DataMemberAttribute]
public string MessageReceiver { get; set; }
[DataMemberAttribute]
public:
property String^ MessageReceiver {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member MessageReceiver : string with get, set
function get MessageReceiver () : String
function set MessageReceiver (value : String)
Property Value
Type: System.String
.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.
See Also
Reference
ClientNotificationSubscription Class
Microsoft.VisualStudio.Services.ClientNotification Namespace