AuthorizedType.Assembly Property

Definition

Gets or sets the name of the assembly that contains the type(s) represented by this class.

public:
 property System::String ^ Assembly { System::String ^ get(); void set(System::String ^ value); };
public string Assembly { get; set; }
member this.Assembly : string with get, set
Public Property Assembly As String

Property Value

The name of the assembly.

Applies to