DirectiveAttribute.BuilderType Property

Definition

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

Property Value

The type that is associated with the attribute.

Applies to