WCF-Xtensions Class Reference for Mono
GetIsSpecified Property






Gets or sets a predicate used to determine whether the property should be serialized.
Syntax
'Declaration
 
Public Property GetIsSpecified As System.Predicate(Of Object)
'Usage
 
Dim instance As JsonProperty
Dim value As System.Predicate(Of Object)
 
instance.GetIsSpecified = value
 
value = instance.GetIsSpecified
public System.Predicate<object> GetIsSpecified {get; set;}
public read-write property GetIsSpecified: System.Predicate; 
public function get,set GetIsSpecified : System.Predicate
public: __property System.Predicate<Object*>* get_GetIsSpecified();
public: __property void set_GetIsSpecified( 
   System.Predicate<Object*>* value
);
public:
property System.Predicate<Object^>^ GetIsSpecified {
   System.Predicate<Object^>^ get();
   void set (    System.Predicate<Object^>^ value);
}

Property Value

A predicate used to determine whether the property should be serialized.
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

JsonProperty Class
JsonProperty Members

Send Feedback