Rsc.IsGeneric
Rsc.IsGeneric field
Determines whether a resource is generic or not.
public static readonly Key<NullableBool, RscKey> IsGeneric;
Examples
Shows how to read/write Rsc.IsGeneric property.
var project = new Project();
var resource = project.Resources.Add("Resource");
resource.Set(Rsc.IsGeneric, true);
Console.WriteLine("Is Generic: " + resource.Get(Rsc.IsGeneric));
See Also
- struct Key<T,K>
- struct NullableBool
- enum RscKey
- class Rsc
- namespace Aspose.Tasks
- assembly Aspose.Tasks