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