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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace