BuildConstants.ServiceApplicationName Property
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references and use WindowsServiceName, ProcessName or EventSourceName instead.")> _
Public Shared ReadOnly Property ServiceApplicationName As String
[ObsoleteAttribute("This property has been deprecated. Please remove all references and use WindowsServiceName, ProcessName or EventSourceName instead.")]
public static string ServiceApplicationName { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references and use WindowsServiceName, ProcessName or EventSourceName instead.")]
public:
static property String^ ServiceApplicationName {
String^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references and use WindowsServiceName, ProcessName or EventSourceName instead.")>]
static member ServiceApplicationName : string with get
static function get ServiceApplicationName () : String
Property Value
Type: System.String
Returns 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.