Gets or sets the event name, which is the point in time at which the B-Plane is defined.
Read-write property
[Visual Basic .NET] |
---|
Public Property EventName() As String |
[C#] |
---|
public string EventName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_EventName(); |
[Unmanaged C++] |
---|
public: HRESULT get_EventName( BSTR * pVal ); public: HRESULT put_EventName( BSTR EventName ); |
[Java] |
---|
public String getEventName(); public void setEventName( String ); |