Gets or sets the block type.
Read-write property
[Visual Basic .NET] |
---|
Public Property BlockType() As String |
[C#] |
---|
public string BlockType {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_BlockType(); |
[Unmanaged C++] |
---|
public: HRESULT get_BlockType( BSTR * pVal ); public: HRESULT put_BlockType( BSTR val ); |
[Java] |
---|
public String getBlockType(); public void setBlockType( String ); |