FormBuildControl.userOrgSibling 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
userOrgSibling() |
Gets or sets the organization sibling for the control. |
userOrgSibling(Int32) |
userOrgSibling()
Gets or sets the organization sibling for the control.
public:
virtual int userOrgSibling();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int userOrgSibling ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userOrgSibling : unit -> int
override this.userOrgSibling : unit -> int
Public Overridable Function userOrgSibling () As Integer
Returns
The organization sibling for the control.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
userOrgSibling(Int32)
public:
virtual int userOrgSibling(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int userOrgSibling (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userOrgSibling : int -> int
override this.userOrgSibling : int -> int
Public Overridable Function userOrgSibling (_value As Integer) As Integer
Parameters
- _value
- Int32
The organization sibling to set for the control; optional.
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute