Public MustOverride ReadOnly Property BehaviorType As Type
Dim instance As BehaviorExtensionElement
Dim value As Type
value = instance.BehaviorType
public abstract Type BehaviorType { get; }
public:
virtual property Type^ BehaviorType {
Type^ get () abstract;
}
/** @property */
public abstract Type get_BehaviorType()
public abstract function get BehaviorType () : Type