 | SPHeaderLibrary Property |
Gets or sets the library.
Namespace:
Koden.Utils.SharePoint
Assembly:
Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntaxpublic string Library { get; set; }
Public Property Library As String
Get
Set
public:
property String^ Library {
String^ get ();
void set (String^ value);
}
member Library : string with get, set
Property Value
Type:
String
The library.
See Also