TaskQueueResolverGetQueueFieldInfo Method |
Gets the field info on which the queue is declared.
Note that queue's are not required to be declared, so this can be null.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic FieldInfo GetQueueFieldInfo(
string queueId
)
Public Function GetQueueFieldInfo (
queueId As String
) As FieldInfo
public:
FieldInfo^ GetQueueFieldInfo(
String^ queueId
)
Parameters
- queueId
- Type: SystemString
The queue id.
Return Value
Type:
FieldInfoThe field info, if available, otherwise null.
See Also