SPThemeInfo.ThemeBackgroundImageUri-Eigenschaft
Ruft das Design Hintergrundbild serverrelative URI oder ein Nullverweis (Nothing in Visual Basic) Wenn keine definiert ist.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ThemeBackgroundImageUri As Uri
Get
'Usage
Dim instance As SPThemeInfo
Dim value As Uri
value = instance.ThemeBackgroundImageUri
public Uri ThemeBackgroundImageUri { get; }
Eigenschaftswert
Typ: System.Uri
Das Design Hintergrundbild serverrelative URI oder ein Nullverweis (Nothing in Visual Basic).