public void AssignConfigurablePropertiesScheme( string strSchemeName )
public: void AssignConfigurablePropertiesScheme( String^ strSchemeName )
Parameters
| Parameter Name | Description |
|---|---|
| strSchemeName | Configurable properties scheme name. |
public void AssignConfigurablePropertiesScheme( string strSchemeName )
public: void AssignConfigurablePropertiesScheme( String^ strSchemeName )
| Parameter Name | Description |
|---|---|
| strSchemeName | Configurable properties scheme name. |
| Exception | Description |
|---|---|
| System.ArgumentException | Thrown if strSchemeName is null or empty. |
Thrown if scheme from strSchemeName does not exist. |