AssemblyReference.ReferenceType 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.
Specifies the type of the assembly reference.
public:
property Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyReferenceType ReferenceType { Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyReferenceType get(); void set(Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyReferenceType value); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType ReferenceType { get; set; }
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType ReferenceType { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ReferenceType : Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ReferenceType : Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType with get, set
Public Property ReferenceType As AssemblyReferenceType
Property Value
An AssemblyReferenceType object representing the type of the assembly reference.
- Attributes