SubscriptionCertificate.Created Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False, Order := )> _
Public Property Created As DateTime
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public DateTime Created { get; set; }
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public:
property DateTime Created {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Order = )>]
member Created : DateTime with get, set
function get Created () : DateTime
function set Created (value : DateTime)
Property Value
Type: System.DateTime
Returns DateTime.
.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.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace