 | ISystemBlueprintManager Property |
Blueprint manager for this system.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIBlueprintManager BlueprintManager { get; set; }
Property BlueprintManager As IBlueprintManager
Get
Set
property IBlueprintManager^ BlueprintManager {
IBlueprintManager^ get ();
void set (IBlueprintManager^ value);
}
abstract BlueprintManager : IBlueprintManager with get, set
Property Value
Type:
IBlueprintManager
See Also