Share via


Rule.FullId Property

Gets the full ID of the rule.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property FullId As String
'Usage
Dim instance As Rule 
Dim value As String 

value = instance.FullId
public string FullId { get; }
public:
property String^ FullId {
    String^ get ();
}
public function get FullId () : String

Property Value

Type: System.String

Remarks

Rule IDs must be unique within the current code analysis installation. Rule IDs follow a similar pattern to fully qualified .NET type names — for example, Microsoft.Rules.Database.Naming.CA1001.

.NET Framework Security

See Also

Reference

Rule Class

Rule Members

Microsoft.Data.Schema.StaticCodeAnalysis Namespace