INameAndReplacesMetadata.Replaces Property

Definition

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

Applies to