pub type ResourcePropertyValue = NodePropertyValue;
pub enum ResourcePropertyValue { IntValue(u32), StringValue(String), BoolValue(bool), EnumValue(String), UnknownOrdinal_(u64), }