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.
Gets the collection of metadata associated with the parameters of this build process.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property Metadata As ProcessParameterMetadataCollection
public ProcessParameterMetadataCollection Metadata { get; private set; }
public:
property ProcessParameterMetadataCollection^ Metadata {
ProcessParameterMetadataCollection^ get ();
private: void set (ProcessParameterMetadataCollection^ value);
}
member Metadata : ProcessParameterMetadataCollection with get, private set
function get Metadata () : ProcessParameterMetadataCollection
private function set Metadata (value : ProcessParameterMetadataCollection)
Property Value
Type: Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
The collection of metadata associated with the parameters of this build process.
.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.