Find a name by its key
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function FindByName( _ ByVal name As String _ ) As MergeFieldPropertyClass |
| C# |
|---|
| public MergeFieldPropertyClass FindByName( string name ) |
| C++ |
|---|
| public: MergeFieldPropertyClass FindByName( String name ) sealed |
| J# |
|---|
| public MergeFieldPropertyClass FindByName( string name ) |
| JScript |
|---|
| public
function FindByName( name : String ) : MergeFieldPropertyClass |
Parameters
- name
- Name of the merge field definition to find the property for
Return Value
Object if found otherwise null