ServiceName Property

MSBuild

Gets or sets the name of the service.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Required>
Public Property ServiceName As String
C#
[Required]
public string ServiceName { get; set; }
C++
[Required]
public property string ServiceName sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute Required() */
/** property */
public string get_ServiceName();

/** property */
public void set_ServiceName(string value);
JScript
public function get ServiceName() : String

public function set ServiceName(value : String);

Property Value

The name of the service.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.