ActivityInformationConfigurationIsAuthenticationActivity Property |
Is Authentication Activity - This is an indication that this activity could be put into an authentication process
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic bool IsAuthenticationActivity { get; set; }
Public Property IsAuthenticationActivity As Boolean
Get
Set
public:
property bool IsAuthenticationActivity {
bool get ();
void set (bool value);
}
member IsAuthenticationActivity : bool with get, set
Property Value
Type:
Boolean
See Also