TypeIdentifierAttribute.Scope Propiedad

Definición

Obtiene el valor del parámetro scope que se pasó al constructor TypeIdentifierAttribute(String, String).

public:
 property System::String ^ Scope { System::String ^ get(); };
public string Scope { get; }
public string? Scope { get; }
member this.Scope : string
Public ReadOnly Property Scope As String

Valor de propiedad

String

Valor del parámetro scope del constructor.

Se aplica a