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