WinMDExp.OutputWindowsMetadataFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Output windows metadata file .winmd
public:
property System::String ^ OutputWindowsMetadataFile { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Output]
public string OutputWindowsMetadataFile { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.OutputWindowsMetadataFile : string with get, set
Public Property OutputWindowsMetadataFile As String
Property Value
The output windows metadata file.
- Attributes