This documentation is archived and is not being maintained.

INetFwAuthorizedApplication::Name Property

Gets or sets the friendly name of this application.

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

property String^ Name {
	String^ get ();
	void set (String^ value);
}

Property Value

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

Show: