Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Changeset properties
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName := "InternalProperties")> _
Public Property Properties As StreamingCollection(Of PropertyValue)
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName = "InternalProperties")]
public StreamingCollection<PropertyValue> Properties { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Internal, PropertyName = L"InternalProperties")]
public:
property StreamingCollection<PropertyValue^>^ Properties {
    StreamingCollection<PropertyValue^>^ get ();
    void set (StreamingCollection<PropertyValue^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName = "InternalProperties")>]
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.