TeamFoundationJobSchedule.PriorityLevelValue Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName := "PriorityLevel")> _
Public Property PriorityLevelValue As Integer
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "PriorityLevel")]
public int PriorityLevelValue { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private, PropertyName = L"PriorityLevel")]
public:
property int PriorityLevelValue {
int get ();
void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "PriorityLevel")>]
member PriorityLevelValue : int with get, set
function get PriorityLevelValue () : int
function set PriorityLevelValue (value : int)
Property Value
Type: System.Int32
.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.