TfvcItemRequestData.ItemDescriptors Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ItemDescriptors As TfvcItemDescriptor()
[DataMemberAttribute]
public TfvcItemDescriptor[] ItemDescriptors { get; set; }
[DataMemberAttribute]
public:
property array<TfvcItemDescriptor^>^ ItemDescriptors {
array<TfvcItemDescriptor^>^ get ();
void set (array<TfvcItemDescriptor^>^ value);
}
[<DataMemberAttribute>]
member ItemDescriptors : TfvcItemDescriptor[] with get, set
function get ItemDescriptors () : TfvcItemDescriptor[]
function set ItemDescriptors (value : TfvcItemDescriptor[])
Property Value
Type: array<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemDescriptor[]
.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.