Item.Attributes Property
Attributes
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName := "InternalAttributes")> _
Public Property Attributes As StreamingCollection(Of PropertyValue)
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName = "InternalAttributes")]
public StreamingCollection<PropertyValue> Attributes { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Internal, PropertyName = L"InternalAttributes")]
public:
property StreamingCollection<PropertyValue^>^ Attributes {
StreamingCollection<PropertyValue^>^ get ();
void set (StreamingCollection<PropertyValue^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName = "InternalAttributes")>]
member Attributes : StreamingCollection<PropertyValue> with get, set
function get Attributes () : StreamingCollection<PropertyValue>
function set Attributes (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.