| ReplicationStrategiesCreateReplicationProperty Method  | 
             Returns replication property for other replication strategy. 
             Use it only if there is no dedicated method that creates replication property for specified replication strategy.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic static Dictionary<string, string> CreateReplicationProperty(
	string strategyClass,
	Dictionary<string, string> subOptions
)
Parameters
- strategyClass
 - Type: SystemString
Name of replication strategy. - subOptions
 - Type: System.Collections.GenericDictionaryString, String
Dictionary in which key is the name of sub-option,
            value is a value for that sub-option. 
Return Value
Type: 
DictionaryString, 
Stringa dictionary of replication property sub-options.
See Also