ScheduleDefinition.Item Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Property Item As RecurrencePattern
Get
Set
public RecurrencePattern Item { get; set; }
public:
property RecurrencePattern^ Item {
RecurrencePattern^ get ();
void set (RecurrencePattern^ value);
}
member Item : RecurrencePattern with get, set
function get Item () : RecurrencePattern
function set Item (value : RecurrencePattern)
Property Value
Type: Microsoft.TeamFoundation.Client.Reporting.RecurrencePattern
.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.