SPUserCodeAssemblyFileDefinition.FileName Property
Specifies the name of the file (without the path).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property FileName As String
Get
Set
'Usage
Dim instance As SPUserCodeAssemblyFileDefinition
Dim value As String
value = instance.FileName
instance.FileName = value
public string FileName { get; set; }
Property Value
Type: System.String
Returns String.
See Also
Reference
SPUserCodeAssemblyFileDefinition Class