PropertyStructureKeyID Property |
Gets or sets the key ID.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructuresAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic ClassID KeyID { get; set; }
Public Property KeyID As ClassID
Get
Set
public:
property ClassID^ KeyID {
ClassID^ get ();
void set (ClassID^ value);
}
member KeyID : ClassID with get, set
Property Value
Type:
ClassID
The key ID.
See Also