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