[This is preliminary documentation and is subject to change.]
The Object item
Namespace:
OfficeClip.BusinessLayer.TemplateAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public ObjectItem( ItemConstants name, string vals ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ name As ItemConstants, _ vals As String _ ) |
| Visual C++ |
|---|
public: ObjectItem( ItemConstants name, String^ vals ) |
Parameters
- name
- Type: OfficeClip.BusinessLayer.Template..::.ItemConstants
The item constant enumerated type
- vals
- Type: System..::.String
The value
