Share via


SqlBatch.Batch Property

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

Syntax

'Declaration
Public Property Batch As String
public string Batch { get; set; }
public:
property String^ Batch {
    String^ get ();
    void set (String^ value);
}
member Batch : string with get, set
function get Batch () : String 
function set Batch (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlBatch Class

Microsoft.TeamFoundation.Framework.Server Namespace