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
- 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.