EnterpriseResourceCreationInformation.IsInactive property
Gets or sets a Boolean value that indicates whether this resource should be created in an inactive state.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property IsInactive As Boolean
Get
Set
'Usage
Dim instance As EnterpriseResourceCreationInformation
Dim value As Boolean
value = instance.IsInactive
instance.IsInactive = value
[RemoteAttribute]
public bool IsInactive { get; set; }
Property value
Type: System.Boolean
True if resource should be created in inactive state; otherwise, False.
See also
Reference
EnterpriseResourceCreationInformation class