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.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub WriteBlobMetadata ( _
    containerId As Guid, _
    resourceId As String, _
    metadata As IDictionary(Of String, String) _
)
void WriteBlobMetadata(
    Guid containerId,
    string resourceId,
    IDictionary<string, string> metadata
)
void WriteBlobMetadata(
    Guid containerId, 
    String^ resourceId, 
    IDictionary<String^, String^>^ metadata
)
abstract WriteBlobMetadata : 
        containerId:Guid * 
        resourceId:string * 
        metadata:IDictionary<string, string> -> unit
function WriteBlobMetadata(
    containerId : Guid, 
    resourceId : String, 
    metadata : IDictionary<String, String>
)
Parameters
- containerId
 Type: System.Guid
- resourceId
 Type: System.String
- metadata
 Type: System.Collections.Generic.IDictionary<String, String>
.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.