Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type, or category, of the state.
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Public Property Type As StateTypeEnum
public StateTypeEnum Type { get; set; }
public:
property StateTypeEnum Type {
StateTypeEnum get ();
void set (StateTypeEnum value);
}
member Type : StateTypeEnum with get, set
function get Type () : StateTypeEnum
function set Type (value : StateTypeEnum)
Property Value
Type: Microsoft.TeamFoundation.ProcessConfiguration.Client.StateTypeEnum
Returns StateTypeEnum.
.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.
See Also
Reference
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace