ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / RuleItemStyle Class / TryGetProperty Method

In This Topic
    TryGetProperty Method (RuleItemStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function TryGetProperty( _
       ByRef value As Object, _
       Optional ByVal name As String _
    ) As Boolean
    public bool TryGetProperty( 
       out object value,
       string name
    )

    Parameters

    value
    name
    See Also