SolutionComponentDetails.IsPresentInOrg Property
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.
Gets or sets whether a components exists in an organization.
public:
property Microsoft::Xrm::Sdk::PresentInOrg IsPresentInOrg { Microsoft::Xrm::Sdk::PresentInOrg get(); void set(Microsoft::Xrm::Sdk::PresentInOrg value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.PresentInOrg IsPresentInOrg { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsPresentInOrg : Microsoft.Xrm.Sdk.PresentInOrg with get, set
Public Property IsPresentInOrg As PresentInOrg
Property Value
- Attributes