SPAttachment.AuthorId Property (Microsoft.SharePoint.Publishing.Internal.Administration.Schema)
Namespace: Microsoft.SharePoint.Publishing.Internal.Administration.Schema
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property AuthorId As Integer
'Usage
Dim instance As SPAttachment
Dim value As Integer
value = instance.AuthorId
instance.AuthorId = value
[XmlAttributeAttribute]
public int AuthorId { get; set; }
See Also
Reference
SPAttachment Class
SPAttachment Members
Microsoft.SharePoint.Publishing.Internal.Administration.Schema Namespace