Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.