Change.Attributes Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property Attributes As StreamingCollection(Of PropertyValue)
public StreamingCollection<PropertyValue> Attributes { get; set; }
public:
property StreamingCollection<PropertyValue^>^ Attributes {
StreamingCollection<PropertyValue^>^ get ();
void set (StreamingCollection<PropertyValue^>^ value);
}
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.