DataSourceDefinition.Extension Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Property Extension As String
Get
Set
public string Extension { get; set; }
public:
property String^ Extension {
String^ get ();
void set (String^ value);
}
member Extension : string with get, set
function get Extension () : String
function set Extension (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.