Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Property IsDeploymentEnabled As Boolean
'使用
Dim instance As TestRunConfiguration
Dim value As Boolean
value = instance.IsDeploymentEnabled
instance.IsDeploymentEnabled = value
public bool IsDeploymentEnabled { get; internal set; }
public:
property bool IsDeploymentEnabled {
bool get ();
void set (bool value);
}
public function get IsDeploymentEnabled () : boolean
public function set IsDeploymentEnabled (value : boolean)
Property Value
Type: System.Boolean
Permissions
- 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.