RequiresServiceAttribute.TypeId Property
Gets the type ID of this attribute.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property TypeId As Object
Get
public override Object TypeId { get; }
public:
virtual property Object^ TypeId {
Object^ get () override;
}
abstract TypeId : Object
override TypeId : Object
override function get TypeId () : Object
Property Value
Type: System.Object
An object that indicates the type ID of this attribute.
Remarks
The type ID must be unique for each service type.
.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.
See Also
Reference
RequiresServiceAttribute Class
Microsoft.Windows.Design Namespace