ScheduleReference.Definition Property
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.Proxy.Reporting
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property Definition As ScheduleDefinition
'Usage
Dim instance As ScheduleReference
Dim value As ScheduleDefinition
value = instance.Definition
instance.Definition = value
public ScheduleDefinition Definition { get; set; }
public:
property ScheduleDefinition^ Definition {
ScheduleDefinition^ get ();
void set (ScheduleDefinition^ value);
}
public function get Definition () : ScheduleDefinition
public function set Definition (value : ScheduleDefinition)
Property Value
Type: Microsoft.TeamFoundation.Proxy.Reporting.ScheduleDefinition
.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.