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