Share via


ISubscriber.SubscriberName Property

Gets or sets the subscriber name.

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

Syntax

'Declaration
ReadOnly Property SubscriberName As String
'Usage
Dim instance As ISubscriber 
Dim value As String 

value = instance.SubscriberName
string SubscriberName { get; }
property String^ SubscriberName {
    String^ get ();
}
function get SubscriberName () : String

Property Value

Type: System.String
The subscriber name.

.NET Framework Security

See Also

Reference

ISubscriber Interface

ISubscriber Members

Microsoft.TeamFoundation.Server Namespace