INetFwOpenPort.Name Property

Gets or sets the friendly name of this port.

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

Syntax

'Declaration
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String
The friendly name of this port.

.NET Framework Security

See Also

Reference

INetFwOpenPort Interface

Microsoft.TeamFoundation.Common Namespace