You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities Namespace > ReflectionUtils Class > ReflectionUtils Methods > CanSetMemberValue Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
ReflectionUtils.CanSetMemberValue Method

Determines whether the specified MemberInfo can be set.

Syntax
C++
C#
Visual Basic
public: bool CanSetMemberValue( MemberInfo member, bool nonPublic, bool canSetReadOnly );
Parameters
Parameters 
Description 
member 
The MemberInfo to determine whether can be set. 
nonPublic 
if set to true then allow the member to be set non-publicly. 
canSetReadOnly 
if set to true then allow the member to be set if read-only. 
Returns

true if the specified MemberInfo can be set; otherwise, false.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.