Share via


ProvideCustomMarkerAttribute.ResId Property

Gets the identifier.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property ResId As Integer
'Usage
Dim instance As ProvideCustomMarkerAttribute 
Dim value As Integer 

value = instance.ResId
public int ResId { get; }
public:
property int ResId {
    int get ();
}
public function get ResId () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ProvideCustomMarkerAttribute Class

ProvideCustomMarkerAttribute Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI Namespace