다음을 통해 공유


FormButtonControl.userOrgSibling Method

Definition

Overloads

Name Description
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

Applies to