AuthorizedType.Assembly 属性

定义

获取或设置包含由此类表示类型的程序集的名称。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

属性值

String

程序集的名称。The name of the assembly.

适用于