DataCollectorVersionObsoleteAttribute.NewVersionTypeUri Property
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public ReadOnly Property NewVersionTypeUri As String
public string NewVersionTypeUri { get; }
public:
property String^ NewVersionTypeUri {
String^ get ();
}
member NewVersionTypeUri : string with get
function get NewVersionTypeUri () : String
Property Value
Type: String
Returns String.
.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.