MFUtilsGetStateActionSetPropertyValue Method
            
            Retrieves the Property value of a State action for specific property if it 
            exists. Returns null if property or action set properties not found.
            
            
            
              Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static TypedValue GetStateActionSetPropertyValue(
	StateAdmin state,
	int propID
)
- state  StateAdmin
- StateAdmin object of the specific state
- propID  Int32
- ID of the property definition as an integer
TypedValueTypedValue object of the value. If nothing found, returns null.