FormatterSerializeProperty Method 
IT Hit WebDAV Classes Reference [Missing <summary> documentation for "M:ITHit.Collab.Formatter.SerializeProperty(System.String,ITHit.Collab.IProperty)"]
 
    Namespace: 
   ITHit.Collab
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntaxpublic abstract string SerializeProperty(
	string name,
	IProperty property
)
Public MustOverride Function SerializeProperty ( 
	name As String,
	property As IProperty
) As String
public:
virtual String^ SerializeProperty(
	String^ name, 
	IProperty^ property
) abstract
abstract SerializeProperty : 
        name : string * 
        property : IProperty -> string 
Parameters
- name
 - Type: SystemString
[Missing <param name="name"/> documentation for "M:ITHit.Collab.Formatter.SerializeProperty(System.String,ITHit.Collab.IProperty)"]
 - property
 - Type: ITHit.CollabIProperty
[Missing <param name="property"/> documentation for "M:ITHit.Collab.Formatter.SerializeProperty(System.String,ITHit.Collab.IProperty)"]
 
Return Value
Type: 
String[Missing <returns> documentation for "M:ITHit.Collab.Formatter.SerializeProperty(System.String,ITHit.Collab.IProperty)"]
See Also