| SharePointViewAttributes Property | 
            Provides access to the collection of <View> element attributes.
            Attributes which are not contained in the collection have their default meaning.
            Access to some attributes is provided via short hand properties.
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
 Syntax
Syntaxpublic Dictionary<string, string> Attributes { get; }Property Value
Type: 
DictionaryString, 
String Remarks
Remarks
            For informational list of possible attributes see http://msdn.microsoft.com/en-us/library/office/ms438338(v=office.14).aspx
            Please note that the actual recognized attributes are service type and version dependent and each implementing 
ISharePointService may handle them differently.
            
 See Also
See Also