Returns a collection of the properties for the given script version.
Public Function getPropertiesByVersion( ByVal script_version As String ) As NameValueCollection
public NameValueCollection getPropertiesByVersion(string script_version)
script_version The script version for which to return associated properties.
The properties for the given script version.
Properties are stored in the ml_property table. For more information, see ml_add_property system procedure.