Description
Gets or sets the block type.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property BlockType() As String
|
[C#] |
---|
public string BlockType {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_BlockType(); public: __property void set_BlockType(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_BlockType(
BSTR * pVal
);
public: HRESULT put_BlockType(
BSTR val
);
|
[Java] |
---|
public String getBlockType();
public void setBlockType(
String
);
|
[Python - STK API] |
---|
@property
def BlockType(self) -> str:
@BlockType.setter
def BlockType(self, val:str) -> None:
|
See Also