FormTabPageControl.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:
override int userOrgSibling();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userOrgSibling ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userOrgSibling : unit -> int
Public Overrides Function userOrgSibling () As Integer
Returns
The organization sibling for the control.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
userOrgSibling(Int32)
public:
override int userOrgSibling(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int userOrgSibling (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userOrgSibling : int -> int
Public Overrides 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