ServicingStepGroup.Name Property

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'宣言
Public Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ServicingStepGroup Class

Microsoft.TeamFoundation.Framework.Client Namespace