INameAndReplacesMetadata.Replaces 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.
Declared Replaces values.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ Replaces { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
[System.ComponentModel.DefaultValue(null)]
public System.Collections.Generic.IEnumerable<string> Replaces { get; }
[System.ComponentModel.DefaultValue(null)]
public System.Collections.Generic.IEnumerable<string>? Replaces { get; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Replaces : seq<string>
Public ReadOnly Property Replaces As IEnumerable(Of String)
Property Value
- Attributes