[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Specifies a global site property and a default value.
Namespace: JohnHolliday.Caml.Net
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
public static string ProjectProperty( string propertyName, string defaultValue ) |
Visual Basic (Declaration) |
---|
Public Shared Function ProjectProperty ( _ propertyName As String, _ defaultValue As String _ ) As String |
Visual C++ |
---|
public: static String^ ProjectProperty ( String^ propertyName, String^ defaultValue ) |
Parameters
- propertyName
- String
the name of the property to be retrieved
- defaultValue
- String
the default value to use if the property is not found
Return Value
a new CAML ProjectProperty element
See Also
CAML Class
JohnHolliday.Caml.Net Namespace