Share via


TrustedLocation.FileType Property

Gets or sets the repository type for the content type: DataSource or Content.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Property FileType As TrustedFileType
    Get
    Set
'Usage
Dim instance As TrustedLocation
Dim value As TrustedFileType

value = instance.FileType

instance.FileType = value
public TrustedFileType FileType { get; set; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.TrustedFileType
The repository type for the content type: DataSource or Content.

See Also

Reference

TrustedLocation Class

TrustedLocation Members

Microsoft.PerformancePoint.Scorecards Namespace