DataRuleAttribute.FullId Property
Gets the values of the Namespace property, the category, and the Id property.
Namespace: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property FullId As String
public string FullId { get; }
public:
property String^ FullId {
String^ get ();
}
member FullId : string
function get FullId () : String
Property Value
Type: System.String
A string that contains the namespace, the category, and the identifier separated by dots and concatenated together.
.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.