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
function get ResourceId () : String

Property Value

Type: System.String
The identifier for the resource that contains the description.

.NET Framework Security

See Also

Reference

LocalizedDescriptionAttribute Class

Microsoft.VisualStudio.TestTools.Common Namespace