Rsc.Id
Rsc.Id field
The position identifier of a resource within the list of resources.
public static readonly Key<int, RscKey> Id;
Examples
Shows how to read/write Rsc.Id property.
var project = new Project();
var resource = project.Resources.Add("Resource");
resource.Set(Rsc.Id, 987);
Console.WriteLine("Id: " + resource.Get(Rsc.Id));
See Also
- struct Key<T,K>
- enum RscKey
- class Rsc
- namespace Aspose.Tasks
- assembly Aspose.Tasks