HelpDocSetNode.userDocumentSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
userDocumentSet() | |
userDocumentSet(Boolean) |
userDocumentSet()
public:
virtual bool userDocumentSet();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool userDocumentSet ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userDocumentSet : unit -> bool
override this.userDocumentSet : unit -> bool
Public Overridable Function userDocumentSet () As Boolean
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
userDocumentSet(Boolean)
public:
virtual bool userDocumentSet(bool _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool userDocumentSet (bool _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userDocumentSet : bool -> bool
override this.userDocumentSet : bool -> bool
Public Overridable Function userDocumentSet (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute