public string Assembly { get; set; }Public Property Assembly As String
Get
Setpublic:
virtual property String^ Assembly {
String^ get () sealed;
void set (String^ value) sealed;
}abstract Assembly : string with get, set
override Assembly : string with get, set