RegistrationErrorInfo.MinorRef 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 une spécification précise de l’élément qui a provoqué l’erreur, telle que le nom d’une propriété.
public:
property System::String ^ MinorRef { System::String ^ get(); };
public string MinorRef { get; }
member this.MinorRef : string
Public ReadOnly Property MinorRef As String
Valeur de propriété
Une spécification précise de l'élément, comme le nom d'une propriété, qui a provoqué l'erreur. Si plusieurs erreurs se sont produites, ou si cela ne s’applique pas, MinorRef retourne la chaîne «< Invalid> ».