LocalizedDescriptionAttribute.ResourceId Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the identifier for the resource that contains the description.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ResourceId As String
public string ResourceId { get; }
public:
property String^ ResourceId {
String^ get ();
}
member ResourceId : string with get
function get ResourceId () : String
Property Value
Type: String
The identifier for the resource that contains the description.
.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.