Summary
            Gets a collection of options or arguments to pass to the Mercurial
            executable, based on the property value from the options class.
            
		- Assembly
 - Mercurial
.Net .dll  - Namespace
 - Mercurial
.Attributes  - Containing Type
 - Date
Time Argument Attribute  
Syntax
public override string[] GetOptions(object propertyValue)
	Parameters
| Name | Type | Description | 
|---|---|---|
| propertyValue | object | The property value from the tagged property of the options class. | 
Return Value
| Type | Description | 
|---|---|
| string[] | 
            A collection of options or arguments, or an empty array or null
            for no options for the specified property value.
             |