This document is archived and information here might be outdated. Recommended version. |
The name of the field that contains values that identify blocks of related items.
[Visual Basic .NET]
Public Property BlockField As String
[C#]
public string BlockField {get; set;}
[C++]
HRESULT get_BlockField(
BSTR pBlockField
);
[C++]
HRESULT put_BlockField(
System.String* pBlockField
);
[C++] Parameters pBlockField [in]
pBlockField is a parameter of type BSTR pBlockField [out, retval]
pBlockField is a parameter of type BSTR*