RSS Documentation
VoteFields Property



Syntax
'Declaration
 
Public Property VoteFields As StringCollection
'Usage
 
Dim instance As JoinRule
Dim value As StringCollection
 
instance.VoteFields = value
 
value = instance.VoteFields
public StringCollection VoteFields {get; set;}
public:
property StringCollection^ VoteFields {
   StringCollection^ get();
   void set (    StringCollection^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JoinRule Class
JoinRule Members

Send Feedback