Share via


ServiceTypeInformation.IsAbstract Property

Definition

Gets a value indicating whether class implementing service interface is abstract.

public bool IsAbstract { get; }
member this.IsAbstract : bool
Public ReadOnly Property IsAbstract As Boolean

Property Value

true if class implementing service interface is abstract, otherwise false.

Applies to