CheckAssembliesMismatch.AssemblyMetadata Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property AssemblyMetadata As AssemblyMetadataCollection
[BrowsableAttribute(false)]
public AssemblyMetadataCollection AssemblyMetadata { get; set; }
[BrowsableAttribute(false)]
public:
property AssemblyMetadataCollection^ AssemblyMetadata {
    AssemblyMetadataCollection^ get ();
    void set (AssemblyMetadataCollection^ value);
}
[<BrowsableAttribute(false)>]
member AssemblyMetadata : AssemblyMetadataCollection with get, set
function get AssemblyMetadata () : AssemblyMetadataCollection 
function set AssemblyMetadata (value : AssemblyMetadataCollection)

Property Value

Type: Microsoft.TeamFoundation.Build.Workflow.Activities.AssemblyMetadataCollection
Returns AssemblyMetadataCollection.

.NET Framework Security

See Also

Reference

CheckAssembliesMismatch Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace