Constable Authorization Engine 2.0 BETA

IFallbackPropertyOwner.SetPropertyValue Method 

[This is preliminary documentation and subject to change.]

This member supports the Constable Authorization Engine Design Environment and is not intended to be used directly from your code.

[Visual Basic]
Sub SetPropertyValue( _
   ByVal propertyName As String, _
   ByVal propertyValue As Object _
)
[C#]
void SetPropertyValue(
   string propertyName,
   object propertyValue
);

See Also

IFallbackPropertyOwner Interface | LaMarvin.Constable.Design.Fallback Namespace