Share via


PropertyInformation.Type Proprietà

Definizione

Ottiene la classe Type dell'oggetto che corrisponde a un attributo di configurazione.

public:
 property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type

Valore della proprietà

Type dell'oggetto PropertyInformation.

Esempio

Nell'esempio di codice seguente viene illustrato come utilizzare la Type proprietà . Questo esempio di codice fa parte di un esempio più ampio fornito per la PropertyInformation classe .

// Display the Type property.
Console.WriteLine("Type: {0}", propertyItem.Type);
' Display the Type property.
Console.WriteLine("Type: {0}", propertyItem.Type)

Si applica a