SqlBuildTask.SingleUserMode Property
Supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Tasks (in microsoft.visualstudio.teamsystem.data.tasks.dll)
'Declaration
Public Property SingleUserMode As Boolean
'Usage
Dim instance As SqlBuildTask
Dim value As Boolean
value = instance.SingleUserMode
instance.SingleUserMode = value
public bool SingleUserMode { get; set; }
public:
property bool SingleUserMode {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_SingleUserMode ()
/** @property */
public void set_SingleUserMode (boolean value)
public function get SingleUserMode () : boolean
public function set SingleUserMode (value : boolean)
SqlBuildTask Class
SqlBuildTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace