Share via


ComponentCreator<TComponent>.IsTransitionCreator Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property IsTransitionCreator As Boolean
public bool IsTransitionCreator { get; }
public:
virtual property bool IsTransitionCreator {
    bool get () sealed;
}
abstract IsTransitionCreator : bool with get 
override IsTransitionCreator : bool with get
final function get IsTransitionCreator () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

Implements

IComponentCreator.IsTransitionCreator

.NET Framework Security

See Also

Reference

ComponentCreator<TComponent> Class

Microsoft.TeamFoundation.Framework.Server Namespace