Data Management Object Model Reference

DMScriptPropertyCollection.GetValue Method 

Checks if section is contained in collection

[Visual Basic]
Public Function GetValue( _
   ByVal name As String _
) As String
[C#]
public string GetValue(
   string name
);

Return Value

The DMScript section if found, else null

See Also

DMScriptPropertyCollection Class | SPSSMR.Data.Transformations Namespace