DirectiveAttribute.BuilderType Propriedade
Definição
Obtém ou define o tipo associado ao atributo.Gets or sets the type that is associated with the attribute.
public:
property System::String ^ BuilderType { System::String ^ get(); void set(System::String ^ value); };
public string BuilderType { get; set; }
member this.BuilderType : string with get, set
Public Property BuilderType As String
Valor da propriedade
O tipo que está associado ao atributo.The type that is associated with the attribute.