RecordSeries.StrGetField Method
NOTE: This API is now obsolete.
Gets the specified field as a string.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")> _
Protected Function StrGetField ( _
guidFieldId As Guid _
) As String
'Usage
Dim guidFieldId As Guid
Dim returnValue As String
returnValue = Me.StrGetField(guidFieldId)
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
protected string StrGetField(
Guid guidFieldId
)
Parameters
guidFieldId
Type: System.GuidThe GUID of the field to get.
Return Value
Type: System.String
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace