Item.Properties Property
Note: This API is now obsolete.
Properties
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ObsoleteAttribute("Please use the Attributes property instead", False)> _
Public Property Properties As StreamingCollection(Of PropertyValue)
[ObsoleteAttribute("Please use the Attributes property instead", false)]
public StreamingCollection<PropertyValue> Properties { get; set; }
[ObsoleteAttribute(L"Please use the Attributes property instead", false)]
public:
property StreamingCollection<PropertyValue^>^ Properties {
StreamingCollection<PropertyValue^>^ get ();
void set (StreamingCollection<PropertyValue^>^ value);
}
[<ObsoleteAttribute("Please use the Attributes property instead", false)>]
member Properties : StreamingCollection<PropertyValue> with get, set
function get Properties () : StreamingCollection<PropertyValue>
function set Properties (value : StreamingCollection<PropertyValue>)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
Returns StreamingCollection<T>.
.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.