DataCollectorRequiresOutOfProcessCollectionAttribute.RequiresOutOfProcessCollection Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property RequiresOutOfProcessCollection As Boolean
Get
Private Set
'Usage
Dim instance As DataCollectorRequiresOutOfProcessCollectionAttribute
Dim value As Boolean
value = instance.RequiresOutOfProcessCollection
public bool RequiresOutOfProcessCollection { get; private set; }
public:
property bool RequiresOutOfProcessCollection {
bool get ();
private: void set (bool value);
}
function get RequiresOutOfProcessCollection () : boolean
private function set RequiresOutOfProcessCollection (value : boolean)
member RequiresOutOfProcessCollection : bool with get, private set
Property Value
Type: System.Boolean
.NET Framework Security
- 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.
See Also
Reference
DataCollectorRequiresOutOfProcessCollectionAttribute Class
DataCollectorRequiresOutOfProcessCollectionAttribute Members