DomainIdentifierAttribute.TypeId Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets the current DomainIdentifierAttribute object.

Namespace:  System.ServiceModel.DomainServices
Assembly:  System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property TypeId As Object
    Get
'Usage
Dim instance As DomainIdentifierAttribute
Dim value As Object

value = instance.TypeId
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
The current DomainIdentifierAttribute object.

See Also

Reference

DomainIdentifierAttribute Class

System.ServiceModel.DomainServices Namespace