AssemblyReference.ReferenceType Property

Definition

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

Applies to