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