SPExternalAppPrincipalCreationParameters.SkipExternalDirectoryRegistration property
Gets or sets a value indicating whether to skip creating the app in an external directory.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SkipExternalDirectoryRegistration As Boolean
Get
Set
'Usage
Dim instance As SPExternalAppPrincipalCreationParameters
Dim value As Boolean
value = instance.SkipExternalDirectoryRegistration
instance.SkipExternalDirectoryRegistration = value
public bool SkipExternalDirectoryRegistration { get; set; }
Property value
Type: System.Boolean
true to skip creating the app in an external directory, otherwise false.
See also
Reference
SPExternalAppPrincipalCreationParameters class