Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Properties for YourServerItem. Not populated until DownloadProperties() or GetPropertiesMergeSummary is called.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property YourProperties As ReadOnlyCollection(Of PropertyValue)
public ReadOnlyCollection<PropertyValue> YourProperties { get; private set; }
public:
property ReadOnlyCollection<PropertyValue^>^ YourProperties {
ReadOnlyCollection<PropertyValue^>^ get ();
private: void set (ReadOnlyCollection<PropertyValue^>^ value);
}
member YourProperties : ReadOnlyCollection<PropertyValue> with get, private set
function get YourProperties () : ReadOnlyCollection<PropertyValue>
private function set YourProperties (value : ReadOnlyCollection<PropertyValue>)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PropertyValue>
Gets or sets the properties for YourServerItem.
.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.