Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 := "InternalPropertyValues")> _
Public Property PropertyValues As StreamingCollection(Of PropertyValue)
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName = "InternalPropertyValues")]
public StreamingCollection<PropertyValue> PropertyValues { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Internal, PropertyName = L"InternalPropertyValues")]
public:
property StreamingCollection<PropertyValue^>^ PropertyValues {
StreamingCollection<PropertyValue^>^ get ();
void set (StreamingCollection<PropertyValue^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName = "InternalPropertyValues")>]
member PropertyValues : StreamingCollection<PropertyValue> with get, set
function get PropertyValues () : StreamingCollection<PropertyValue>
function set PropertyValues (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.