VersionControlServer.SetVersionedItemProperty Method (ItemSpec, VersionSpec, DeletedState, ItemType, String, array<Byte )
Note: This API is now obsolete.
Sets a property on a versioned item.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("Please use SetVersionedItemAttribute to set attributes on versioned items.", _
False)> _
Public Sub SetVersionedItemProperty ( _
itemSpec As ItemSpec, _
versionSpec As VersionSpec, _
deletedState As DeletedState, _
itemType As ItemType, _
propertyName As String, _
value As Byte() _
)
[ObsoleteAttribute("Please use SetVersionedItemAttribute to set attributes on versioned items.",
false)]
public void SetVersionedItemProperty(
ItemSpec itemSpec,
VersionSpec versionSpec,
DeletedState deletedState,
ItemType itemType,
string propertyName,
byte[] value
)
[ObsoleteAttribute(L"Please use SetVersionedItemAttribute to set attributes on versioned items.",
false)]
public:
void SetVersionedItemProperty(
ItemSpec^ itemSpec,
VersionSpec^ versionSpec,
DeletedState deletedState,
ItemType itemType,
String^ propertyName,
array<unsigned char>^ value
)
[<ObsoleteAttribute("Please use SetVersionedItemAttribute to set attributes on versioned items.",
false)>]
member SetVersionedItemProperty :
itemSpec:ItemSpec *
versionSpec:VersionSpec *
deletedState:DeletedState *
itemType:ItemType *
propertyName:string *
value:byte[] -> unit
public function SetVersionedItemProperty(
itemSpec : ItemSpec,
versionSpec : VersionSpec,
deletedState : DeletedState,
itemType : ItemType,
propertyName : String,
value : byte[]
)
Parameters
itemSpec
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpecThe ItemSpec of the item.
versionSpec
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpecThe VersionSpec of the item.
deletedState
Type: Microsoft.TeamFoundation.VersionControl.Client.DeletedStateA flag describing whether to set the property on deleted items and/or non-deleted items.
itemType
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemTypeA flag describing whether to set the property on files and/or folders.
propertyName
Type: System.StringThe property to set.
value
Type: array<System.Byte[]The property value to set.
.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.