Leadtools.Jpip Namespace > ResponseFields Class : Preferences Property |
public string[] Preferences {get; set;}
'Declaration Public Property Preferences As String()
'Usage Dim instance As ResponseFields Dim value() As String instance.Preferences = value value = instance.Preferences
public: property array<String^>^ Preferences { array<String^>^ get(); void set ( array<String^>^ value); }