RoutePatternParameterPart.Default Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur par défaut de ce paramètre d’itinéraire. Ce paramètre peut être null.
public:
property System::Object ^ Default { System::Object ^ get(); };
public object Default { get; }
public object? Default { get; }
member this.Default : obj
Public ReadOnly Property Default As Object