SqlAzureReason.SignificantResourceType Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property SignificantResourceType As SqlAzureResourceType
public SqlAzureResourceType SignificantResourceType { get; internal set; }
public:
property SqlAzureResourceType SignificantResourceType {
SqlAzureResourceType get ();
internal: void set (SqlAzureResourceType value);
}
member SignificantResourceType : SqlAzureResourceType with get, internal set
function get SignificantResourceType () : SqlAzureResourceType
internal function set SignificantResourceType (value : SqlAzureResourceType)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.SqlAzureResourceType
Returns SqlAzureResourceType.
.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.