Gets or sets whether a routine type being used.
Read-write property
[Visual Basic .NET] |
---|
Public Property RoutineType() As String |
[C#] |
---|
public string RoutineType {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_RoutineType(); |
[Unmanaged C++] |
---|
public: HRESULT get_RoutineType( BSTR * pRetVal ); public: HRESULT put_RoutineType( BSTR InVal ); |
[Java] |
---|
public String getRoutineType(); public void setRoutineType( String ); |